From: Donald Sharp Date: Mon, 30 Jan 2017 12:47:21 +0000 (-0500) Subject: pimd: Remove Double call of routemap_teriminate X-Git-Tag: frr-3.0-branchpoint~62^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=59d4564e0f50236edfefaaaf58d0a72989ff5347;p=matthieu%2Ffrr.git pimd: Remove Double call of routemap_teriminate "He's dead, Jim" Signed-off-by: Donald Sharp --- 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(); }