> Le 7 juin 2017 à 15:20, William Lallemand <[email protected]> a écrit : > > On Wed, Jun 07, 2017 at 02:13:58PM +0200, Emmanuel Hocdet wrote: >> >>> Le 7 juin 2017 à 10:34, Emmanuel Hocdet <[email protected]> a écrit : >>> >>> Hi, >>> >>> ok: >>>> haproxy -f test.cfg -W >>>> echo $? >>> 0 >>> >>> bad: >>>> haproxy -f test.cfg >>>> echo $? >>> 1 >>> >>> With bunch of modified code, i am a little lost to track the bug. >>> >>> Manu >>> >>> >> > > You are right about the regression, however this part of the code should be > called in daemon mode only, the regression was elsewhere :) > > Fix attached. > > -- > William Lallemand > <0001-BUG-MEDIUM-misplaced-exit-and-wrong-exit-code.patch>
test ok for me thanks!

