diff options
Diffstat (limited to 'net/tipc/config.c')
-rw-r--r-- | net/tipc/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/config.c b/net/tipc/config.c index 4785bf26cdf4..9fefd32e9b2e 100644 --- a/net/tipc/config.c +++ b/net/tipc/config.c | |||
@@ -481,7 +481,7 @@ int tipc_cfg_init(void) | |||
481 | 481 | ||
482 | seq.type = TIPC_CFG_SRV; | 482 | seq.type = TIPC_CFG_SRV; |
483 | seq.lower = seq.upper = tipc_own_addr; | 483 | seq.lower = seq.upper = tipc_own_addr; |
484 | res = tipc_nametbl_publish_rsv(config_port_ref, TIPC_ZONE_SCOPE, &seq); | 484 | res = tipc_publish(config_port_ref, TIPC_ZONE_SCOPE, &seq); |
485 | if (res) | 485 | if (res) |
486 | goto failed; | 486 | goto failed; |
487 | 487 | ||