mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-01 03:01:00 +02:00
Recent changes to the enum were not synchronized with the lock debugging code. Now we use a switch/case instead of an array so that the compiler throws a warning if there is any inconsistency. To be backported to 1.8 (at least to add the START entry).