summaryrefslogtreecommitdiff
path: root/isisd/isis_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_main.c')
-rw-r--r--isisd/isis_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c
index f87314859d..fa6552e643 100644
--- a/isisd/isis_main.c
+++ b/isisd/isis_main.c
@@ -337,7 +337,7 @@ main (int argc, char **argv, char **envp)
/* create the global 'isis' instance */
isis_new (1);
- isis_zebra_init ();
+ isis_zebra_init(master);
/* parse config file */
/* this is needed three times! because we have interfaces before the areas */