diff options
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r-- | net/tipc/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c index 56c39b1a53a9..2652c3286e2f 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c | |||
@@ -1117,7 +1117,7 @@ void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b_ptr) | |||
1117 | ackd = msg_ack(msg); | 1117 | ackd = msg_ack(msg); |
1118 | 1118 | ||
1119 | /* Release acked messages */ | 1119 | /* Release acked messages */ |
1120 | if (likely(n_ptr->bclink.recv_permitted)) | 1120 | if (unlikely(n_ptr->bclink.acked != msg_bcast_ack(msg))) |
1121 | tipc_bclink_acknowledge(n_ptr, msg_bcast_ack(msg)); | 1121 | tipc_bclink_acknowledge(n_ptr, msg_bcast_ack(msg)); |
1122 | 1122 | ||
1123 | released = 0; | 1123 | released = 0; |