mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-14 11:31:59 +01:00
Proxy flags member were of type char. This will soon enough not be sufficient as new flags will be defined. As such, convert flags member to unsigned int type.