diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index bb66a268b139..facd5611e785 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -308,11 +308,13 @@ static void node_lost_contact(struct tipc_node *n_ptr) | |||
308 | tipc_link_reset_fragments(l_ptr); | 308 | tipc_link_reset_fragments(l_ptr); |
309 | } | 309 | } |
310 | 310 | ||
311 | n_ptr->action_flags &= ~TIPC_WAIT_OWN_LINKS_DOWN; | ||
312 | |||
311 | /* Notify subscribers and prevent re-contact with node until | 313 | /* Notify subscribers and prevent re-contact with node until |
312 | * cleanup is done. | 314 | * cleanup is done. |
313 | */ | 315 | */ |
314 | n_ptr->action_flags = TIPC_WAIT_PEER_LINKS_DOWN | | 316 | n_ptr->action_flags |= TIPC_WAIT_PEER_LINKS_DOWN | |
315 | TIPC_NOTIFY_NODE_DOWN; | 317 | TIPC_NOTIFY_NODE_DOWN; |
316 | } | 318 | } |
317 | 319 | ||
318 | struct sk_buff *tipc_node_get_nodes(const void *req_tlv_area, int req_tlv_space) | 320 | struct sk_buff *tipc_node_get_nodes(const void *req_tlv_area, int req_tlv_space) |