mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-27 17:21:00 +02:00
gcc 6 continues its saga with excessive reports of null-deref warnings. This time it was in the IS_HTX_CS() macro. Let's use __cs_conn() after cs_conn() was checked.