summaryrefslogtreecommitdiff
path: root/staticd/static_vrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'staticd/static_vrf.c')
-rw-r--r--staticd/static_vrf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/staticd/static_vrf.c b/staticd/static_vrf.c
index 6ba0bf4544..37cd199c4f 100644
--- a/staticd/static_vrf.c
+++ b/staticd/static_vrf.c
@@ -153,8 +153,8 @@ static int static_vrf_config_write(struct vty *vty)
void static_vrf_init(void)
{
- vrf_init(static_vrf_new, static_vrf_enable,
- static_vrf_disable, static_vrf_delete, NULL);
+ vrf_init(static_vrf_new, static_vrf_enable, static_vrf_disable,
+ static_vrf_delete);
vrf_cmd_init(static_vrf_config_write);
}