mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-18 05:21:08 +01:00
The current level variable use only 2 bits for storing the 3 access level (user, oper and admin). This patch add a bitmask which allows to use the remaining bits for other usage.