On Thu, Jan 14, 2010 at 07:09:51AM +0100, Willy Tarreau wrote: Here is the error I talked about :
src/checks.c: In function 'event_srv_chk_r': src/checks.c:869: warning: comparison is always true due to limited range of data type I finally fixed it that way since the comment above was about 0xff : > if (trash[4] != '\xff') Willy

