]> git.sur5r.net Git - openldap/commit
Fix CONFIG_DELETE crash
authorHoward Chu <hyc@openldap.org>
Tue, 5 Nov 2013 20:59:56 +0000 (12:59 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 5 Nov 2013 22:19:54 +0000 (14:19 -0800)
commitc35f1babbf82909075a5f10f6416f069422bc553
tree1b456b757c9c56cd348288a93211cfa2904bfa53
parent54aad246086416bd55f2be2d1cabca0f86f86b87
Fix CONFIG_DELETE crash

Closing a connection can abandon its ops without going thru the threadpool,
so make sure to lock the si_ops_mutex before walking the list.
servers/slapd/overlays/syncprov.c