CLEANUP: server: remove unused err section in server_finalize_init

Since commit 980855bd95 ("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 <w.dauchy@criteo.com>
This commit is contained in:
William Dauchy 2020-01-08 21:29:53 +01:00 committed by Willy Tarreau
parent eeea8082a8
commit 7675c720f8

View File

@ -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;
}
/*