diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index d903f560e2fd..e01e2c71b5a1 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -542,7 +542,7 @@ static void __tipc_node_link_up(struct tipc_node *n, int bearer_id, | |||
542 | struct tipc_link *ol = node_active_link(n, 0); | 542 | struct tipc_link *ol = node_active_link(n, 0); |
543 | struct tipc_link *nl = n->links[bearer_id].link; | 543 | struct tipc_link *nl = n->links[bearer_id].link; |
544 | 544 | ||
545 | if (!nl) | 545 | if (!nl || tipc_link_is_up(nl)) |
546 | return; | 546 | return; |
547 | 547 | ||
548 | tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT); | 548 | tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT); |