mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue