diff options
Diffstat (limited to 'net/tipc/net.c')
-rw-r--r-- | net/tipc/net.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/net.c b/net/tipc/net.c index 31b606e3916c..bb171c3f90d3 100644 --- a/net/tipc/net.c +++ b/net/tipc/net.c | |||
@@ -182,8 +182,6 @@ void tipc_net_start(u32 addr) | |||
182 | tipc_bclink_init(); | 182 | tipc_bclink_init(); |
183 | write_unlock_bh(&tipc_net_lock); | 183 | write_unlock_bh(&tipc_net_lock); |
184 | 184 | ||
185 | tipc_cfg_reinit(); | ||
186 | |||
187 | pr_info("Started in network mode\n"); | 185 | pr_info("Started in network mode\n"); |
188 | pr_info("Own node address %s, network identity %u\n", | 186 | pr_info("Own node address %s, network identity %u\n", |
189 | tipc_addr_string_fill(addr_string, tipc_own_addr), tipc_net_id); | 187 | tipc_addr_string_fill(addr_string, tipc_own_addr), tipc_net_id); |