mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-07 16:11:10 +01: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.