From 983f1f2a8f5ac7e2dca68d4e625c3f6a7e985647 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 1e833ce7f182..08c931ca8ee1 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -146,6 +146,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 */