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 e6a25b2db6d7f4dc5d3370e06e3a3e03c5a6635d (commit) via 19905a390fa2bcfc8e3d180c83af7a9c53ec051b (commit) from d2da9c1a7d1480eb6b8ae8c2a8e78392f44f4289 (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 e6a25b2db6d7f4dc5d3370e06e3a3e03c5a6635d 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 19905a390fa2bcfc8e3d180c83af7a9c53ec051b 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: servers/slapd/daemon.c | 7 ++++--- servers/slapd/overlays/syncprov.c | 1 + 2 files changed, 5 insertions(+), 3 deletions(-)