CLEANUP: server: remove unused err section in server_finalize_init
authorWilliam Dauchy <w.dauchy@criteo.com>
Wed, 8 Jan 2020 20:29:53 +0000 (21:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Jan 2020 04:54:48 +0000 (05:54 +0100)
commit7675c720f8a373c5f8887f167ffc3ec106781095
tree7822b6db47007bab9e627c6b8a1073364bf8d404
parenteeea8082a8d7b1b4490caf6564228ee18f154bca
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 <w.dauchy@criteo.com>
src/server.c