mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 15:52:41 +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 *).