diff options
Diffstat (limited to 'net/tipc/net.c')
-rw-r--r-- | net/tipc/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/net.c b/net/tipc/net.c index 7548ba80d289..44ccf47c79a3 100644 --- a/net/tipc/net.c +++ b/net/tipc/net.c | |||
@@ -117,7 +117,7 @@ int tipc_net_start(struct net *net, u32 addr) | |||
117 | 117 | ||
118 | tipc_own_addr = addr; | 118 | tipc_own_addr = addr; |
119 | tipc_named_reinit(); | 119 | tipc_named_reinit(); |
120 | tipc_sk_reinit(); | 120 | tipc_sk_reinit(net); |
121 | res = tipc_bclink_init(net); | 121 | res = tipc_bclink_init(net); |
122 | if (res) | 122 | if (res) |
123 | return res; | 123 | return res; |