mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 14:21:00 +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.