mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 17:18:56 +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))
|
&& (listcount(eigrp_om->eigrp) == 0))
|
||||||
{
|
{
|
||||||
if (zclient)
|
if (zclient)
|
||||||
zclient_free (zclient);
|
{
|
||||||
|
zclient_stop (zclient);
|
||||||
|
zclient_free (zclient);
|
||||||
|
}
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user