mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#8105 back-perl: correctly convert perlModuleConfig
perlModuleConfig lines are not converted when using slaptest -f -F.
This commit is contained in:
parent
15347d1180
commit
25bbf116ad
1 changed files with 3 additions and 0 deletions
|
|
@ -221,6 +221,9 @@ perl_cf(
|
|||
/* Put all arguments on the perl stack */
|
||||
for( args = 1; args < c->argc; args++ ) {
|
||||
XPUSHs(sv_2mortal(newSVpv(c->argv[args], 0)));
|
||||
|
||||
ber_str2bv( c->argv[args], 0, 0, &bv );
|
||||
value_add_one( &pb->pb_module_config, &bv );
|
||||
}
|
||||
|
||||
PUTBACK ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue