diff options
Diffstat (limited to 'net/tipc/net.c')
-rw-r--r-- | net/tipc/net.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/tipc/net.c b/net/tipc/net.c index e13162fc61cf..61afee7e8291 100644 --- a/net/tipc/net.c +++ b/net/tipc/net.c | |||
@@ -174,7 +174,6 @@ void tipc_net_route_msg(struct sk_buff *buf) | |||
174 | int tipc_net_start(u32 addr) | 174 | int tipc_net_start(u32 addr) |
175 | { | 175 | { |
176 | char addr_string[16]; | 176 | char addr_string[16]; |
177 | int res; | ||
178 | 177 | ||
179 | if (tipc_mode != TIPC_NODE_MODE) | 178 | if (tipc_mode != TIPC_NODE_MODE) |
180 | return -ENOPROTOOPT; | 179 | return -ENOPROTOOPT; |
@@ -187,9 +186,7 @@ int tipc_net_start(u32 addr) | |||
187 | tipc_named_reinit(); | 186 | tipc_named_reinit(); |
188 | tipc_port_reinit(); | 187 | tipc_port_reinit(); |
189 | 188 | ||
190 | res = tipc_bclink_init(); | 189 | tipc_bclink_init(); |
191 | if (res) | ||
192 | return res; | ||
193 | 190 | ||
194 | tipc_k_signal((Handler)tipc_subscr_start, 0); | 191 | tipc_k_signal((Handler)tipc_subscr_start, 0); |
195 | tipc_k_signal((Handler)tipc_cfg_init, 0); | 192 | tipc_k_signal((Handler)tipc_cfg_init, 0); |