diff options
Diffstat (limited to 'vrrpd/vrrp.c')
| -rw-r--r-- | vrrpd/vrrp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/vrrpd/vrrp.c b/vrrpd/vrrp.c index 4e2c12c4e0..5c34c66df5 100644 --- a/vrrpd/vrrp.c +++ b/vrrpd/vrrp.c @@ -2398,7 +2398,7 @@ void vrrp_init(void)  	vrrp_autoconfig_version = 3;  	vrrp_vrouters_hash = hash_create(&vrrp_hash_key, vrrp_hash_cmp,  					 "VRRP virtual router hash"); -	vrf_init(NULL, NULL, NULL, NULL, NULL); +	vrf_init(NULL, NULL, NULL, NULL);  }  void vrrp_fini(void)  | 
