summaryrefslogtreecommitdiff
path: root/babeld/babeld.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-08-25 19:29:42 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2021-08-26 12:01:22 +0300
commitcfc369c43a375847989645f54fa037a09a622908 (patch)
treeff63e609981e53da21d60be7ea8205f91be064e8 /babeld/babeld.c
parent3e324ff41921c719de3aabc4136546828416532f (diff)
lib: remove unused argument from vrf_cmd_init
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'babeld/babeld.c')
-rw-r--r--babeld/babeld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babeld.c b/babeld/babeld.c
index b9623b64b5..3fedde354b 100644
--- a/babeld/babeld.c
+++ b/babeld/babeld.c
@@ -819,7 +819,7 @@ babeld_quagga_init(void)
install_element(BABEL_NODE, &babel_ipv6_distribute_list_cmd);
install_element(BABEL_NODE, &babel_no_ipv6_distribute_list_cmd);
- vrf_cmd_init(NULL, &babeld_privs);
+ vrf_cmd_init(NULL);
babel_if_init();