]> 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)
committerHoward Chu <hyc@openldap.org>
Tue, 20 Oct 2015 20:30:00 +0000 (21:30 +0100)
commitad93b9e652cdc0df7c168aade05e039d64c0fcad
tree72948a29e2edeb1eb6df8eb1995028996816fb22
parentc55d829aca43ad17c88abaf6bcc00c210a5cae3f
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