diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index b0372bb107f6..9e20acffb3d4 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -335,6 +335,7 @@ static void tipc_node_link_up(struct tipc_node *n, int bearer_id, | |||
335 | *slot0 = bearer_id; | 335 | *slot0 = bearer_id; |
336 | *slot1 = bearer_id; | 336 | *slot1 = bearer_id; |
337 | nl->exec_mode = TIPC_LINK_OPEN; | 337 | nl->exec_mode = TIPC_LINK_OPEN; |
338 | tipc_link_build_bcast_sync_msg(nl, xmitq); | ||
338 | node_established_contact(n); | 339 | node_established_contact(n); |
339 | return; | 340 | return; |
340 | } | 341 | } |