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 7c2951819fe924ce69413be58f64c501d60202c2 (commit) from 0b2438fbecf56cc6dd91f5087e070b69fe58c378 (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 7c2951819fe924ce69413be58f64c501d60202c2 Author: Leo Yuriev leo@yuriev.ru Date: Sun Jan 4 07:27:16 2015 +0000
ITS#5452,#8012: fix syncprov syncops freeing
Detaching a syncops record from op-list conditionally, only when it was freed by syncprov_free_syncop.
The syncprov_free_syncop() and syncprov_drop_psearch() now returns a flag, which is nonzero if the given syncops was freed.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/overlays/syncprov.c | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-)