diff options
Diffstat (limited to 'isisd/isis_main.c')
-rw-r--r-- | isisd/isis_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c index e1af71f7..fba7b101 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -339,7 +339,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 */ |