mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-24 00:11:09 +01:00
inetaddr_host_lim_ret() used to make use of const char** for some args, but that make it impossible ot use char** due to the way controls are made by gcc. So let's change that.