diff --git a/bgpd/bgp_zebra.c b/bgpd/bgp_zebra.c index 111732fdd1..3e1fdc6284 100644 --- a/bgpd/bgp_zebra.c +++ b/bgpd/bgp_zebra.c @@ -55,7 +55,7 @@ /* All information about zebra. */ struct zclient *zclient = NULL; -struct zclient *zclient_sync = NULL; +struct zclient *zclient_sync; static bool bgp_zebra_label_manager_connect(void); /* hook to indicate vrf status change for SNMP */