mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-04 22:51:26 +01:00
srv_set_fqdn() may be called with the DNS lock already held, but tries to lock it anyway. So, add a new parameter to let it know if it was already locked or not;