From: William Dauchy Date: Wed, 8 Jan 2020 20:29:53 +0000 (+0100) Subject: CLEANUP: server: remove unused err section in server_finalize_init X-Git-Tag: v2.2-dev1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7675c720f8a373c5f8887f167ffc3ec106781095;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/src/server.c b/src/server.c index 6212a420ed..14ff716a65 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; } /*