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_4 has been updated via 243bea00a754049b57425f301838d555166dc1b5 (commit) from f70ae7a965fe991c8c17e6ea61ba003b2f14c8fc (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 243bea00a754049b57425f301838d555166dc1b5 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(-)