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 /ospf6d/ospf6_top.c | |
| parent | 3e324ff41921c719de3aabc4136546828416532f (diff) | |
lib: remove unused argument from vrf_cmd_init
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'ospf6d/ospf6_top.c')
| -rw-r--r-- | ospf6d/ospf6_top.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index fc181a6d18..ad2d503dad 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -238,7 +238,7 @@ void ospf6_vrf_init(void)  	vrf_init(ospf6_vrf_new, ospf6_vrf_enable, ospf6_vrf_disable,  		 ospf6_vrf_delete, ospf6_vrf_enable); -	vrf_cmd_init(NULL, &ospf6d_privs); +	vrf_cmd_init(NULL);  }  static void ospf6_top_lsdb_hook_add(struct ospf6_lsa *lsa)  | 
