diff options
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r-- | net/tipc/bcast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 1f3b1607d9d4..a9b7132d34f2 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c | |||
@@ -325,7 +325,6 @@ void tipc_bclink_update_link_state(struct tipc_node *n_ptr, u32 last_sent) | |||
325 | msg_set_bcgap_to(msg, n_ptr->bclink.deferred_head | 325 | msg_set_bcgap_to(msg, n_ptr->bclink.deferred_head |
326 | ? buf_seqno(n_ptr->bclink.deferred_head) - 1 | 326 | ? buf_seqno(n_ptr->bclink.deferred_head) - 1 |
327 | : n_ptr->bclink.last_sent); | 327 | : n_ptr->bclink.last_sent); |
328 | msg_set_bcast_tag(msg, tipc_own_tag); | ||
329 | 328 | ||
330 | spin_lock_bh(&bc_lock); | 329 | spin_lock_bh(&bc_lock); |
331 | tipc_bearer_send(&bcbearer->bearer, buf, NULL); | 330 | tipc_bearer_send(&bcbearer->bearer, buf, NULL); |