vrrpd: fix global buffer overflow from style fix

I knew I had done that for a reason

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2019-04-22 18:20:47 +00:00
parent f1175ba931
commit d32bee97f9

View File

@ -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;