mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-24 23:31:40 +02:00
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.