mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 04:42:54 +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.