mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 09:53:22 +00:00
tests: fix build with GCC 10
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
f8e23dc921
commit
9635de6e9b
@ -75,7 +75,7 @@ struct testcase_t__ {
|
||||
|
||||
/* need these to link in libbgp */
|
||||
struct thread_master *master = NULL;
|
||||
struct zclient *zclient;
|
||||
extern struct zclient *zclient;
|
||||
struct zebra_privs_t bgpd_privs = {
|
||||
.user = NULL,
|
||||
.group = NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user