diff options
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/main.c b/zebra/main.c index c9a19eda..98227ea5 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -80,9 +80,9 @@ zebra_capabilities_t _caps_p [] = /* zebra privileges to run with */ struct zebra_privs_t zserv_privs = { -#if defined(ZEBRA_USER) && defined(ZEBRA_GROUP) - .user = ZEBRA_USER, - .group = ZEBRA_GROUP, +#if defined(QUAGGA_USER) && defined(QUAGGA_GROUP) + .user = QUAGGA_USER, + .group = QUAGGA_GROUP, #endif #ifdef VTY_GROUP .vty_group = VTY_GROUP, |