From dda02edf6c437a84df98286d08ce678cd876d25e Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Wed, 27 Sep 2023 00:40:59 +0200 Subject: [PATCH] zebra: Break all compile Signed-off-by: Martin Winter --- zebra/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zebra/main.c b/zebra/main.c index 81a3066445..6f67706a5b 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -140,6 +140,8 @@ static void sigint(void) /* send RA lifetime of 0 before stopping. rfc4861/6.2.5 */ rtadv_stop_ra_all(); + full_error_here_for_ci_test(); + frr_early_fini(); /* Stop the opaque module pthread */