aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r--net/tipc/node.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c
index d3f7ca202281..28bcd7be23c6 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -584,8 +584,10 @@ void tipc_node_check_dest(struct net *net, u32 onode,
584 if (!tipc_link_create(n, if_name, b->identity, b->tolerance, 584 if (!tipc_link_create(n, if_name, b->identity, b->tolerance,
585 b->net_plane, b->mtu, b->priority, 585 b->net_plane, b->mtu, b->priority,
586 b->window, mod(tipc_net(net)->random), 586 b->window, mod(tipc_net(net)->random),
587 tipc_own_addr(net), onode, &le->maddr, 587 tipc_own_addr(net), onode,
588 &le->inputq, &n->bclink.namedq, &l)) { 588 n->capabilities,
589 &le->maddr, &le->inputq,
590 &n->bclink.namedq, &l)) {
589 *respond = false; 591 *respond = false;
590 goto exit; 592 goto exit;
591 } 593 }