diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-26 13:57:24 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-26 16:31:47 +0300 |
| commit | a9c81cc289e8d40b87117e01b1416a9ac2f60f50 (patch) | |
| tree | 104abd11340dcd576fedaa44730d774dce982287 /ospfd/ospf_zebra.c | |
| parent | 4262dc3bd8d5407dd7af0701fadfb14bbcfbd7ea (diff) | |
ospfd: Stop and free synchronous Zebra client on OSPF termination
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_zebra.c')
| -rw-r--r-- | ospfd/ospf_zebra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_zebra.c b/ospfd/ospf_zebra.c index 27d74cd4fc..8aabfc914b 100644 --- a/ospfd/ospf_zebra.c +++ b/ospfd/ospf_zebra.c @@ -47,7 +47,7 @@ DEFINE_MTYPE_STATIC(OSPFD, OSPF_REDISTRIBUTE, "OSPF Redistriute"); /* Zebra structure to hold current status. */ struct zclient *zclient = NULL; /* and for the Synchronous connection to the Label Manager */ -static struct zclient *zclient_sync; +struct zclient *zclient_sync; /* For registering threads. */ extern struct event_loop *master; |
