diff options
Diffstat (limited to 'net/tipc/net.c')
-rw-r--r-- | net/tipc/net.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/net.c b/net/tipc/net.c index 5fab4ff24a9..f4a490b0cf4 100644 --- a/net/tipc/net.c +++ b/net/tipc/net.c | |||
@@ -176,7 +176,6 @@ int tipc_net_start(u32 addr) | |||
176 | char addr_string[16]; | 176 | char addr_string[16]; |
177 | 177 | ||
178 | tipc_subscr_stop(); | 178 | tipc_subscr_stop(); |
179 | tipc_cfg_stop(); | ||
180 | 179 | ||
181 | write_lock_bh(&tipc_net_lock); | 180 | write_lock_bh(&tipc_net_lock); |
182 | tipc_own_addr = addr; | 181 | tipc_own_addr = addr; |
@@ -186,7 +185,7 @@ int tipc_net_start(u32 addr) | |||
186 | write_unlock_bh(&tipc_net_lock); | 185 | write_unlock_bh(&tipc_net_lock); |
187 | 186 | ||
188 | tipc_k_signal((Handler)tipc_subscr_start, 0); | 187 | tipc_k_signal((Handler)tipc_subscr_start, 0); |
189 | tipc_k_signal((Handler)tipc_cfg_init, 0); | 188 | tipc_cfg_reinit(); |
190 | 189 | ||
191 | info("Started in network mode\n"); | 190 | info("Started in network mode\n"); |
192 | info("Own node address %s, network identity %u\n", | 191 | info("Own node address %s, network identity %u\n", |