mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 12:39:21 +00:00
ospf6d: Fix zclient cleanup on shutdown
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
ee514f7116
commit
e49b20cecc
@ -110,7 +110,10 @@ ospf6_exit (int status)
|
|||||||
cmd_terminate ();
|
cmd_terminate ();
|
||||||
|
|
||||||
if (zclient)
|
if (zclient)
|
||||||
zclient_free (zclient);
|
{
|
||||||
|
zclient_stop (zclient);
|
||||||
|
zclient_free (zclient);
|
||||||
|
}
|
||||||
|
|
||||||
if (master)
|
if (master)
|
||||||
thread_master_free (master);
|
thread_master_free (master);
|
||||||
|
Loading…
Reference in New Issue
Block a user