From 59d4564e0f50236edfefaaaf58d0a72989ff5347 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 30 Jan 2017 07:47:21 -0500 Subject: [PATCH] pimd: Remove Double call of routemap_teriminate "He's dead, Jim" Signed-off-by: Donald Sharp --- pimd/pimd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pimd/pimd.c b/pimd/pimd.c index 1627c4048d..e8960916a9 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -87,10 +87,9 @@ static void pim_free() if (qpim_static_route_list) list_free(qpim_static_route_list); - pim_route_map_terminate(); - pim_if_terminate (); pim_rp_free (); + pim_route_map_terminate(); } -- 2.39.5