summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-08-25 18:29:42 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2021-08-26 11:01:22 +0200
commitcfc369c43a375847989645f54fa037a09a622908 (patch)
treeff63e609981e53da21d60be7ea8205f91be064e8 /ripngd/ripngd.c
parentMerge pull request #9466 from idryzhov/vrf-netns (diff)
downloadfrr-cfc369c43a375847989645f54fa037a09a622908.tar.xz
frr-cfc369c43a375847989645f54fa037a09a622908.zip
lib: remove unused argument from vrf_cmd_init
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r--ripngd/ripngd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c
index cbd2c2289..1186ffeb9 100644
--- a/ripngd/ripngd.c
+++ b/ripngd/ripngd.c
@@ -2692,7 +2692,7 @@ void ripng_vrf_init(void)
vrf_init(ripng_vrf_new, ripng_vrf_enable, ripng_vrf_disable,
ripng_vrf_delete, ripng_vrf_enable);
- vrf_cmd_init(NULL, &ripngd_privs);
+ vrf_cmd_init(NULL);
}
void ripng_vrf_terminate(void)