mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 07:12:42 +02: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.