commit | 283810773afa55dd50e6b362e2b93f8f7a88edc4 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon Nov 06 17:30:28 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 06 18:34:42 2017 +0100 |
tree | 3b0f1944c69032009fab1d814d0210f57f462da3 | |
parent | 55dcdf4c398b805770914ecfbe095c3b1b309ca2 [diff] |
BUG/MINOR: dns: Don't lock the server lock in snr_check_ip_callback(). snr_check_ip_callback() may be called with the server lock, so don't attempt to lock it again, instead, make sure the callers always have the lock before calling it.