diff options
Diffstat (limited to 'sharpd/sharp_main.c')
| -rw-r--r-- | sharpd/sharp_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c index 8494f479c4..d7783b6fc7 100644 --- a/sharpd/sharp_main.c +++ b/sharpd/sharp_main.c @@ -181,7 +181,7 @@ int main(int argc, char **argv, char **envp)  	sharp_global_init();  	sharp_nhgroup_init(); -	vrf_init(NULL, NULL, NULL, NULL, NULL); +	vrf_init(NULL, NULL, NULL, NULL);  	sharp_zebra_init();  | 
