A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via c35f1babbf82909075a5f10f6416f069422bc553 (commit) from 54aad246086416bd55f2be2d1cabca0f86f86b87 (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 c35f1babbf82909075a5f10f6416f069422bc553 Author: Howard Chu hyc@openldap.org Date: Tue Nov 5 12:59:56 2013 -0800
Fix CONFIG_DELETE crash
Closing a connection can abandon its ops without going thru the threadpool, so make sure to lock the si_ops_mutex before walking the list.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/overlays/syncprov.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)