aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r--net/tipc/link.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 471973ff134f..d4b5de41b682 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -1438,6 +1438,7 @@ void tipc_rcv(struct sk_buff *head, struct tipc_bearer *b_ptr)
1438 int type; 1438 int type;
1439 1439
1440 head = head->next; 1440 head = head->next;
1441 buf->next = NULL;
1441 1442
1442 /* Ensure bearer is still enabled */ 1443 /* Ensure bearer is still enabled */
1443 if (unlikely(!b_ptr->active)) 1444 if (unlikely(!b_ptr->active))