commit | d16bfe6c01d50d4dee8e788a82dd241f68419ae6 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Oct 31 15:21:19 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 15:47:55 2017 +0100 |
tree | 04be8558f827dd957c00d0defbb0f74916e1e6bf | |
parent | a5e0590b80502b29d38ce2b704231bdcd103cda5 [diff] |
BUG/MINOR: dns: Fix SRV records with the new thread code. 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;