Skip to content

Commit 0d9296b

Browse files
dleroyJafaral
authored andcommitted
nhrpd: core dump on shutdown backport fix
This fixes a merge conflict encountered when backporting PR 15879 Signed-off-by: Dave LeRoy <[email protected]>
1 parent 3405d01 commit 0d9296b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nhrpd/nhrp_main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ static void nhrp_request_stop(void)
8787
debugf(NHRP_DEBUG_COMMON, "Exiting...");
8888
frr_early_fini();
8989

90-
nhrp_shortcut_terminate();
90+
vrf_terminate();
9191
nhrp_nhs_terminate();
9292
nhrp_zebra_terminate();
9393
vici_terminate();
9494
evmgr_terminate();
9595
nhrp_vc_terminate();
96-
vrf_terminate();
96+
nhrp_shortcut_terminate();
9797

9898
debugf(NHRP_DEBUG_COMMON, "Done.");
9999
frr_fini();

0 commit comments

Comments
 (0)