mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:27:21 +00:00
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:
parent
f1175ba931
commit
d32bee97f9
@ -57,7 +57,7 @@ struct zebra_privs_t vrrp_privs = {
|
|||||||
.cap_num_p = array_size(_caps_p),
|
.cap_num_p = array_size(_caps_p),
|
||||||
.cap_num_i = 0};
|
.cap_num_i = 0};
|
||||||
|
|
||||||
struct option longopts[] = {};
|
struct option longopts[] = {{0}};
|
||||||
|
|
||||||
/* Master of threads. */
|
/* Master of threads. */
|
||||||
struct thread_master *master;
|
struct thread_master *master;
|
||||||
|
Loading…
Reference in New Issue
Block a user