aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/node.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c
index 68d9f7b8485c..c29915688230 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -554,6 +554,7 @@ static void __tipc_node_link_up(struct tipc_node *n, int bearer_id,
554 *slot1 = bearer_id; 554 *slot1 = bearer_id;
555 tipc_node_fsm_evt(n, SELF_ESTABL_CONTACT_EVT); 555 tipc_node_fsm_evt(n, SELF_ESTABL_CONTACT_EVT);
556 n->action_flags |= TIPC_NOTIFY_NODE_UP; 556 n->action_flags |= TIPC_NOTIFY_NODE_UP;
557 tipc_link_set_active(nl, true);
557 tipc_bcast_add_peer(n->net, nl, xmitq); 558 tipc_bcast_add_peer(n->net, nl, xmitq);
558 return; 559 return;
559 } 560 }