mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 17:57:03 +00:00
nhrpd: align nhrp privs with definition from others
nhrp_privs global context is aligned with other daemon contexts Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
3c8161eaa8
commit
db52be551b
@ -55,8 +55,10 @@ struct zebra_privs_t nhrpd_privs = {
|
||||
#endif
|
||||
.caps_p = _caps_p,
|
||||
.cap_num_p = array_size(_caps_p),
|
||||
.cap_num_i = 0
|
||||
};
|
||||
|
||||
|
||||
static void parse_arguments(int argc, char **argv)
|
||||
{
|
||||
int opt;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user