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 6064a66fd1509815272ce4e52b1e09c1d136b39a (commit) via 5954211c51d04d224ec206c22d6c12a730be8b66 (commit) via d41a0b56269b0f87033e69c791c13713091db8c7 (commit) from 4fe89dc78bc2756081bf1e83f20b896c9ae9735d (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 6064a66fd1509815272ce4e52b1e09c1d136b39a Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jan 23 13:37:25 2012 -0800
ITS#7075
commit 5954211c51d04d224ec206c22d6c12a730be8b66 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Jan 21 04:57:58 2012 +0100
ITS#7075 Re-fix back-perl initialization.
Use PERL_SYS_INIT3() after all. There appears to be no correct way to do this, so we should as least follow the documentation.
commit d41a0b56269b0f87033e69c791c13713091db8c7 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Nov 1 06:28:40 2011 +0100
ITS#7075 Fix back-perl initialization.
Use PERL_SYS_INIT() instead of broken PERL_SYS_INIT3(,,NULL). Pass its output variables to perl_parse(). Fix argument type 'char *(*argv)[3]' to 'char ***argv'. NULL-terminate argv in case that is needed.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + servers/slapd/back-perl/init.c | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-)