aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/tipc/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index a63646e6c2cf..cf465d66ccde 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -1652,7 +1652,7 @@ deliver:
1652 goto deliver; 1652 goto deliver;
1653 } 1653 }
1654 if (ret == LINK_REASM_ERROR) 1654 if (ret == LINK_REASM_ERROR)
1655 l_ptr->next_in_no--; 1655 tipc_link_reset(l_ptr);
1656 tipc_node_unlock(n_ptr); 1656 tipc_node_unlock(n_ptr);
1657 continue; 1657 continue;
1658 case CHANGEOVER_PROTOCOL: 1658 case CHANGEOVER_PROTOCOL: