mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 07:48:07 +00:00
pimd: No need to call zprivs_terminate 2 times
frr_fini and pim_free both call zprivs_terminate. There is no need for pim_free to call this function. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
25f5f03987
commit
c7e98b04ec
@ -79,8 +79,6 @@ static void pim_free()
|
|||||||
pim_route_map_terminate();
|
pim_route_map_terminate();
|
||||||
|
|
||||||
zclient_lookup_free();
|
zclient_lookup_free();
|
||||||
|
|
||||||
zprivs_terminate(&pimd_privs);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void pim_init()
|
void pim_init()
|
||||||
|
Loading…
Reference in New Issue
Block a user