mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 01:23:50 +02: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.