]> git.sur5r.net Git - openldap/commit
ITS#8277 simpler check for syncrepl on config DB
authorHoward Chu <hyc@openldap.org>
Tue, 20 Oct 2015 20:27:21 +0000 (21:27 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 26 Oct 2015 21:02:45 +0000 (16:02 -0500)
commit9881b060c315e150b047a0cad263b316f4059ddf
tree51c4c087ca9beabf38510a8f4ab82501f6f62d2e
parente8e46deafbb30c1fb310b5bcbef8ba9629db19d7
ITS#8277 simpler check for syncrepl on config DB

Windows mutexes are recursive so the trylock test will succeed
even though the mutex is already locked. Just compare be pointers.
servers/slapd/syncrepl.c