diff options
Diffstat (limited to 'ospf6d/ospf6_main.c')
| -rw-r--r-- | ospf6d/ospf6_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index cf61ca7a62..5ffcf8c2fa 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -225,7 +225,7 @@ int main(int argc, char *argv[], char *envp[]) /* thread master */ master = om6->master; - vrf_init(NULL, NULL, NULL, NULL, NULL); + ospf6_vrf_init(); access_list_init(); prefix_list_init(); |
