]> git.kaiwu.me - haproxy.git/commit
[BUG] checks: chars are unsigned on AIX, check was always true
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Jan 2010 10:41:31 +0000 (11:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 14 Jan 2010 10:41:31 +0000 (11:41 +0100)
commit2a3a51752b67f92fc4a97119990038358963d5d8
tree49aab6b55f7b63815d5e98715df6a0817ac3ce97
parent050737f7985a85beb3cb9f67a64404ed659382d2
[BUG] checks: chars are unsigned on AIX, check was always true

Use '\xff' instead of -1 for a character test.
src/checks.c