mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 22:50:14 +00:00
eigrpd: Fix zclient cleanup on shutdown
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
6b02aecba5
commit
edaf6c016f
@ -267,8 +267,10 @@ eigrp_finish (struct eigrp *eigrp)
|
||||
&& (listcount(eigrp_om->eigrp) == 0))
|
||||
{
|
||||
if (zclient)
|
||||
zclient_free (zclient);
|
||||
|
||||
{
|
||||
zclient_stop (zclient);
|
||||
zclient_free (zclient);
|
||||
}
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user