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:
Philippe Guibert 2019-12-10 10:54:27 +01:00
parent 3c8161eaa8
commit db52be551b
1 changed files with 2 additions and 0 deletions

View File

@ -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;