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 322367b2618f..afa6e853c04b 100644 --- a/net/tipc/config.c +++ b/net/tipc/config.c | |||
@@ -500,7 +500,7 @@ int tipc_cfg_init(void) | |||
500 | struct tipc_name_seq seq; | 500 | struct tipc_name_seq seq; |
501 | int res; | 501 | int res; |
502 | 502 | ||
503 | res = tipc_createport(0, NULL, TIPC_CRITICAL_IMPORTANCE, | 503 | res = tipc_createport(NULL, TIPC_CRITICAL_IMPORTANCE, |
504 | NULL, NULL, NULL, | 504 | NULL, NULL, NULL, |
505 | NULL, cfg_named_msg_event, NULL, | 505 | NULL, cfg_named_msg_event, NULL, |
506 | NULL, &config_port_ref); | 506 | NULL, &config_port_ref); |