]> git.sur5r.net Git - openldap/commit
ITS#7075 Fix back-perl initialization.
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 1 Nov 2011 05:28:40 +0000 (06:28 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 1 Nov 2011 05:28:40 +0000 (06:28 +0100)
commit1e62263697ba71f5f18b8652cc70c31208b3b466
treea71ed2169b74999e7855209509a1a9413c8fde2c
parent074fe6c298ac97607afa705dfe30b6c3c3346526
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.
servers/slapd/back-perl/init.c