Since commit 980855bd953c ("BUG/MEDIUM: server: initialize the orphaned
conns lists and tasks at the end"), we no longer use err section.This should fix github issue #438 Signed-off-by: William Dauchy <[email protected]> --- src/server.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/server.c b/src/server.c index 6212a420..14ff716a 100644 --- a/src/server.c +++ b/src/server.c @@ -2053,8 +2053,6 @@ static int server_finalize_init(const char *file, int linenum, char **args, int srv_lb_commit_status(srv); return 0; -err: - return ERR_ALERT | ERR_FATAL; } /* -- 2.24.1

