mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 09:00:55 +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 ();
|
||||
|
||||
if (zclient)
|
||||
zclient_free (zclient);
|
||||
{
|
||||
zclient_stop (zclient);
|
||||
zclient_free (zclient);
|
||||
}
|
||||
|
||||
if (master)
|
||||
thread_master_free (master);
|
||||
|
Loading…
Reference in New Issue
Block a user