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 85e777e00ec9..c77dd2f3c589 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -329,7 +329,7 @@ static void tipc_node_write_unlock(struct tipc_node *n) | |||
329 | if (flags & TIPC_NOTIFY_LINK_DOWN) { | 329 | if (flags & TIPC_NOTIFY_LINK_DOWN) { |
330 | tipc_mon_peer_down(net, addr, bearer_id); | 330 | tipc_mon_peer_down(net, addr, bearer_id); |
331 | tipc_nametbl_withdraw(net, TIPC_LINK_STATE, addr, | 331 | tipc_nametbl_withdraw(net, TIPC_LINK_STATE, addr, |
332 | link_id, link_id); | 332 | addr, link_id); |
333 | } | 333 | } |
334 | } | 334 | } |
335 | 335 | ||