mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-16 04:22:07 +01:00
da_log_level() and da_cache_size() were missing a return -1 on error, causing fall-through to the normal return 0 path when invalid values were provided. This should be backported to lower branches.