]> git.kaiwu.me - haproxy.git/commit
[BUG] remove condition for exit() under fork() failure
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Oct 2007 05:44:56 +0000 (07:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 18 Oct 2007 12:50:20 +0000 (14:50 +0200)
commit0324f3a07859fe8acd21b8f460c39a559695e560
tree553c055830e662f5b13724f454ab51872a756bcf
parent5211add1fc76733b3b47de92cdfb2bbecc33bd49
[BUG] remove condition for exit() under fork() failure

This must come from a copy-paste typo: in the unlikely event that
fork() would fail, the parent process would only exit(1) if there
were old pids. That's non-sense.
src/haproxy.c