From 7675c720f8a373c5f8887f167ffc3ec106781095 Mon Sep 17 00:00:00 2001 From: William Dauchy Date: Wed, 8 Jan 2020 21:29:53 +0100 Subject: [PATCH] CLEANUP: server: remove unused err section in server_finalize_init 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 --- src/server.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/server.c b/src/server.c index 6212a42..14ff716 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; } /* -- 1.7.10.4