mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 14:02:33 +02:00
Previously check_config_validity() had its own curproxy variable. This resulted in the acl() sample fetch being unable to determine which proxy was in use when used from within log-format statements. This change addresses the issue by having the check_config_validity() function use the global variable instead.