summaryrefslogtreecommitdiff
path: root/pimd/pim_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_main.c')
-rw-r--r--pimd/pim_main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c
index ecaafaa587..b8e6d8ad3d 100644
--- a/pimd/pim_main.c
+++ b/pimd/pim_main.c
@@ -53,10 +53,7 @@ struct option longopts[] = {{0}};
/* pimd privileges */
zebra_capabilities_t _caps_p[] = {
- ZCAP_NET_ADMIN,
- ZCAP_SYS_ADMIN,
- ZCAP_NET_RAW,
- ZCAP_BIND,
+ ZCAP_NET_ADMIN, ZCAP_SYS_ADMIN, ZCAP_NET_RAW, ZCAP_BIND,
};
/* pimd privileges to run with */