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 8ba5a27829368d0e3435d1e39d28f7f30ce38c51 (commit) from 7a7d9419432954cac18a582bed85a7c489d90f00 (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 8ba5a27829368d0e3435d1e39d28f7f30ce38c51 Author: Leo Yuriev leo@yuriev.ru Date: Fri Dec 5 19:41:40 2014 +0000
ITS#7968 add locks for syncrepl cookiestate
Mutex must be held even for a read-access of a cookie state, as there may be a race with write in other thread.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/syncrepl.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)