mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-29 13:11:16 +02:00
When calling HA_ATOMIC_CAS with a pointer as the target, the compiler expects a pointer as the new value, so give it one by casting 0x1 to (void *).