]> 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:20:03 +0000 (14:20 -0800)
commit243bea00a754049b57425f301838d555166dc1b5
treee960af05c71c8be9d4bfe8afb1de757d80170f60
parentf70ae7a965fe991c8c17e6ea61ba003b2f14c8fc
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