diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index 7ef14e2d2356..9d2f4c2b08ab 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -1535,7 +1535,7 @@ void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b) | |||
1535 | if (unlikely(usr == LINK_PROTOCOL)) | 1535 | if (unlikely(usr == LINK_PROTOCOL)) |
1536 | tipc_node_bc_sync_rcv(n, hdr, bearer_id, &xmitq); | 1536 | tipc_node_bc_sync_rcv(n, hdr, bearer_id, &xmitq); |
1537 | else if (unlikely(tipc_link_acked(n->bc_entry.link) != bc_ack)) | 1537 | else if (unlikely(tipc_link_acked(n->bc_entry.link) != bc_ack)) |
1538 | tipc_bcast_ack_rcv(net, n->bc_entry.link, bc_ack); | 1538 | tipc_bcast_ack_rcv(net, n->bc_entry.link, hdr); |
1539 | 1539 | ||
1540 | /* Receive packet directly if conditions permit */ | 1540 | /* Receive packet directly if conditions permit */ |
1541 | tipc_node_read_lock(n); | 1541 | tipc_node_read_lock(n); |