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 94f1eb6a90a711b2383f155e7865db47807bb648 (commit) via aea8158e21a5c2eba5ffd707935bddf1a869a5e2 (commit) via 4cd48fe7dc126ef78203a38f02e55b40a2d54f07 (commit) from 24e080e4658b35ac5adb8dd5fe1ac3c07a13ddb1 (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 94f1eb6a90a711b2383f155e7865db47807bb648 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Apr 9 12:02:55 2012 -0700
ITS#7233, ITS#7234
commit aea8158e21a5c2eba5ffd707935bddf1a869a5e2 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Apr 7 13:20:19 2012 +0200
ITS#7233 Fix slapd listener initialization.
This broke if i was incremented before the new thread read i: for(...; i++) { ldap_pvt_thread_create(,,, &i); ... }
commit 4cd48fe7dc126ef78203a38f02e55b40a2d54f07 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Apr 7 13:10:51 2012 +0200
ITS#7234 Fix syncprov entry leak: Set op->o_tag
-----------------------------------------------------------------------
Summary of changes: CHANGES | 2 ++ servers/slapd/daemon.c | 7 ++++--- servers/slapd/overlays/syncprov.c | 1 + 3 files changed, 7 insertions(+), 3 deletions(-)