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 1e62263697ba71f5f18b8652cc70c31208b3b466 (commit) from 074fe6c298ac97607afa705dfe30b6c3c3346526 (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 1e62263697ba71f5f18b8652cc70c31208b3b466 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: servers/slapd/back-perl/init.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)