]> git.kaiwu.me - haproxy.git/commit
[BUG] critical errors should be reported even in daemon mode
authorWilly Tarreau <w@1wt.eu>
Sun, 16 Nov 2008 06:40:34 +0000 (07:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Nov 2008 06:41:24 +0000 (07:41 +0100)
commit1301be011141b31a1f4d37d59a1693d3c2eec93a
treec7f72d56c74109bb2fd15a9849cb334f6184176a
parenta0d705bc3af3355074e9a6e983b93add74807aa9
[BUG] critical errors should be reported even in daemon mode

Josh Goebel reported that haproxy silently dies when it fails to
chroot. In fact, it does so when in daemon mode, because daemon
mode has been disabling output for ages.

Since the code has been reworked, this could have been changed
because there is no reason for this anymore, hence this patch.
(cherry picked from commit 304d6fb00fe32fca1bd932a301d4afb7d54c92bc)
src/haproxy.c