summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-08-27 10:39:45 +0200
committerGitHub <noreply@github.com>2021-08-27 10:39:45 +0200
commit8268be3d16f1705f1ed4f1bdc0bb4ba538a6285d (patch)
tree7601d448dbe8d3f042a9e477c6d8dac7071a324e /babeld
parentMerge pull request #9500 from tomaxuser/master (diff)
parentlib: remove unused argument from vrf_cmd_init (diff)
downloadfrr-8268be3d16f1705f1ed4f1bdc0bb4ba538a6285d.tar.xz
frr-8268be3d16f1705f1ed4f1bdc0bb4ba538a6285d.zip
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
lib: remove unused argument from vrf_cmd_init
Diffstat (limited to 'babeld')
-rw-r--r--babeld/babeld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babeld.c b/babeld/babeld.c
index b9037423b..f61eac000 100644
--- a/babeld/babeld.c
+++ b/babeld/babeld.c
@@ -821,7 +821,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();