diff options
Diffstat (limited to 'ldpd/ldpd.c')
| -rw-r--r-- | ldpd/ldpd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c index 6fa0e330f8..92cf24bd5d 100644 --- a/ldpd/ldpd.c +++ b/ldpd/ldpd.c @@ -373,7 +373,7 @@ main(int argc, char *argv[])  	master = frr_init(); -	vrf_init(NULL, NULL, NULL, NULL, NULL); +	vrf_init(NULL, NULL, NULL, NULL);  	access_list_init();  	ldp_vty_init();  	ldp_zebra_init(master);  | 
