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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 54163f91b8ae..ada8cadf5af8 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -1657,7 +1657,8 @@ deliver:
1657 } 1657 }
1658 if (ret == -1) 1658 if (ret == -1)
1659 l_ptr->next_in_no--; 1659 l_ptr->next_in_no--;
1660 break; 1660 tipc_node_unlock(n_ptr);
1661 continue;
1661 case CHANGEOVER_PROTOCOL: 1662 case CHANGEOVER_PROTOCOL:
1662 type = msg_type(msg); 1663 type = msg_type(msg);
1663 if (link_recv_changeover_msg(&l_ptr, &buf)) { 1664 if (link_recv_changeover_msg(&l_ptr, &buf)) {