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 2ee5a9a3cebf..bdde39f0436b 100644 --- a/net/tipc/config.c +++ b/net/tipc/config.c | |||
@@ -560,7 +560,7 @@ int tipc_cfg_init(void) | |||
560 | struct tipc_name_seq seq; | 560 | struct tipc_name_seq seq; |
561 | int res; | 561 | int res; |
562 | 562 | ||
563 | res = tipc_attach(&mng.user_ref, NULL, NULL); | 563 | res = tipc_attach(&mng.user_ref); |
564 | if (res) | 564 | if (res) |
565 | goto failed; | 565 | goto failed; |
566 | 566 | ||