diff --git a/vrrpd/vrrp_main.c b/vrrpd/vrrp_main.c index 98b907d013..bb3cc595d8 100644 --- a/vrrpd/vrrp_main.c +++ b/vrrpd/vrrp_main.c @@ -57,7 +57,7 @@ struct zebra_privs_t vrrp_privs = { .cap_num_p = array_size(_caps_p), .cap_num_i = 0}; -struct option longopts[] = {}; +struct option longopts[] = {{0}}; /* Master of threads. */ struct thread_master *master;