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 6711876a3552b0de1cb8b67e8d36c89f93ca2b1c (commit) from a12bedc2d8643dcc45435943908777c67a9de9d3 (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 6711876a3552b0de1cb8b67e8d36c89f93ca2b1c 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(-)