diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-11 09:24:09 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-23 18:09:23 -0400 | 
| commit | 26efbc7b99e06ed3c2f0bf83fde5f94c08d22889 (patch) | |
| tree | c588cf30df83315f541d1c66c1b21052dd0c7b3e /nhrpd/nhrp_main.c | |
| parent | 346526cc5b346f5d25d162c41373d2244f5bee76 (diff) | |
nhrpd: Let struct zebra_privs_t be available
signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'nhrpd/nhrp_main.c')
| -rw-r--r-- | nhrpd/nhrp_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c index 3a7186c1d7..767907aa53 100644 --- a/nhrpd/nhrp_main.c +++ b/nhrpd/nhrp_main.c @@ -43,7 +43,7 @@ static zebra_capabilities_t _caps_p [] = {  	ZCAP_DAC_OVERRIDE,	/* for now needed to write to /proc/sys/net/ipv4/<if>/send_redirect */  }; -static struct zebra_privs_t nhrpd_privs = { +struct zebra_privs_t nhrpd_privs = {  #if defined(FRR_USER) && defined(FRR_GROUP)  	.user = FRR_USER,  	.group = FRR_GROUP,  | 
