Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
d3c864d6
Commit
d3c864d6
authored
Apr 15, 2015
by
Jan Synacek
Committed by
Quanah Gibson-Mount
Apr 16, 2015
Browse files
ITS#8105 back-perl: correctly convert perlModuleConfig
perlModuleConfig lines are not converted when using slaptest -f -F.
parent
7acd2096
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-perl/config.c
View file @
d3c864d6
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment