mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 11:18:43 +00:00
bgpd: Do not initialize global variable zclient_sync to NULL
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
20c2c8787a
commit
257a0e0688
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
/* All information about zebra. */
|
/* All information about zebra. */
|
||||||
struct zclient *zclient = NULL;
|
struct zclient *zclient = NULL;
|
||||||
struct zclient *zclient_sync = NULL;
|
struct zclient *zclient_sync;
|
||||||
static bool bgp_zebra_label_manager_connect(void);
|
static bool bgp_zebra_label_manager_connect(void);
|
||||||
|
|
||||||
/* hook to indicate vrf status change for SNMP */
|
/* hook to indicate vrf status change for SNMP */
|
||||||
|
Loading…
Reference in New Issue
Block a user