From db52be551b4786d1e086d5830c11a9f9e0275f1f Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Tue, 10 Dec 2019 10:54:27 +0100 Subject: [PATCH] nhrpd: align nhrp privs with definition from others nhrp_privs global context is aligned with other daemon contexts Signed-off-by: Philippe Guibert --- nhrpd/nhrp_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c index 73684046a8..4c98f02e1d 100644 --- a/nhrpd/nhrp_main.c +++ b/nhrpd/nhrp_main.c @@ -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; -- 2.39.5