mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-17 23:01:06 +01:00
Utility function warnif_cond_conflicts() is used when parsing an ACL. Previously, the function directly calls ha_warning() to report an error. Change the function so that it now takes the error message as argument. Caller can then output it as wanted. This change is necessary to use the function when parsing a keyword registered as cfg_kw_list. The next patch will reuse it.