A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via ad93b9e652cdc0df7c168aade05e039d64c0fcad (commit) from c55d829aca43ad17c88abaf6bcc00c210a5cae3f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ad93b9e652cdc0df7c168aade05e039d64c0fcad Author: Howard Chu hyc@openldap.org Date: Tue Oct 20 21:27:21 2015 +0100
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.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/syncrepl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)