Skip to content

Commit f6a53d1

Browse files
committed
nhrpd: core dump on shutdown backport fix
This fixes a merge conflict encountered when backporting PR 15879 Signed-off-by: Dave LeRoy <dleroy@labn.net>
1 parent d3aead4 commit f6a53d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nhrpd/nhrp_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ static void nhrp_request_stop(void)
8383
debugf(NHRP_DEBUG_COMMON, "Exiting...");
8484
frr_early_fini();
8585

86-
nhrp_shortcut_terminate();
86+
vrf_terminate();
8787
nhrp_nhs_terminate();
8888
nhrp_zebra_terminate();
8989
vici_terminate();
9090
evmgr_terminate();
9191
nhrp_vc_terminate();
92-
vrf_terminate();
92+
nhrp_shortcut_terminate();
9393

9494
debugf(NHRP_DEBUG_COMMON, "Done.");
9595
frr_fini();

0 commit comments

Comments
 (0)