mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-08 22:37:27 +00:00
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:
parent
eeea8082a8
commit
7675c720f8
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user