diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-25 19:29:42 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-26 12:01:22 +0300 |
| commit | cfc369c43a375847989645f54fa037a09a622908 (patch) | |
| tree | ff63e609981e53da21d60be7ea8205f91be064e8 /zebra/zebra_vrf.c | |
| parent | 3e324ff41921c719de3aabc4136546828416532f (diff) | |
lib: remove unused argument from vrf_cmd_init
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_vrf.c')
| -rw-r--r-- | zebra/zebra_vrf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_vrf.c b/zebra/zebra_vrf.c index a2a671e957..19ac041dcc 100644 --- a/zebra/zebra_vrf.c +++ b/zebra/zebra_vrf.c @@ -594,7 +594,7 @@ void zebra_vrf_init(void) vrf_init(zebra_vrf_new, zebra_vrf_enable, zebra_vrf_disable, zebra_vrf_delete, zebra_vrf_update); - vrf_cmd_init(vrf_config_write, &zserv_privs); + vrf_cmd_init(vrf_config_write); if (vrf_is_backend_netns() && ns_have_netns()) { /* Install NS commands. */ |
