staticd: Clean up zclient on shutdown

The zclient data structure was not being cleaned up on shutdown.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2022-10-11 12:57:57 -04:00
parent 69c736ec06
commit 08040409cc

View File

@ -79,6 +79,7 @@ static void sigint(void)
static_vrf_terminate();
static_zebra_stop();
frr_fini();
exit(0);