]> git.ipfire.org Git - thirdparty/openldap.git/commit
Revert connection/operation mutex order.
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 9 May 2017 17:03:49 +0000 (18:03 +0100)
committerOndřej Kuzník <okuznik@symas.com>
Tue, 17 Nov 2020 17:55:46 +0000 (17:55 +0000)
commit643194e79e5949786e2f26e8a7fbc9ea0571f61c
tree60c89b99e39a84ba1a823f24aa6c161ed6b4cbe5
parent9ebe5acb625f8606fcb59ca5c74fcae502b586b5
Revert connection/operation mutex order.

There was still a race where the connection could be freed as the
operation was still being used.
servers/lloadd/operation.c
servers/lloadd/upstream.c