]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: threads/server: missing unlock in CLI fqdn parser
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 08:58:01 +0000 (09:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 09:13:37 +0000 (10:13 +0100)
commit2a858a82ec874cca679a0938b103c6cf6329c17a
tree46b30a1cf9066d4f6ff5ef81d87b91e08343e5be
parent1cd153aa895cd61808bffb0179f001e9ed0d5041
BUG/MAJOR: threads/server: missing unlock in CLI fqdn parser

This one didn't properly unlock before returning an error message.
src/server.c