]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: change the pattern data integer from unsigned to signed
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2011 15:44:06 +0000 (16:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Dec 2011 16:33:25 +0000 (17:33 +0100)
commitb666bc7d51567ed0cb0620606fabbc396c0daedf
tree5b3b0cdd47d443d594f156f600c9dee5e58dbdb0
parent918458439e2b1a10625bbcaf1402c072ba4515f4
MEDIUM: pattern: change the pattern data integer from unsigned to signed

Till now the pattern data integer type was unsigned without any
particular reason. In order to make ACLs use it, we must switch it
to signed int instead.
include/types/pattern.h