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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 26abb16e86ab..2140837fbab9 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -1853,7 +1853,7 @@ static void tipc_link_proto_rcv(struct tipc_link *l_ptr, struct sk_buff *buf)
1853 * peer has lost contact -- don't allow peer's links 1853 * peer has lost contact -- don't allow peer's links
1854 * to reactivate before we recognize loss & clean up 1854 * to reactivate before we recognize loss & clean up
1855 */ 1855 */
1856 l_ptr->owner->action_flags = TIPC_WAIT_OWN_LINKS_DOWN; 1856 l_ptr->owner->action_flags |= TIPC_WAIT_OWN_LINKS_DOWN;
1857 } 1857 }
1858 1858
1859 link_state_event(l_ptr, RESET_MSG); 1859 link_state_event(l_ptr, RESET_MSG);