Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
8f174209
Commit
8f174209
authored
Apr 26, 2020
by
Ryan Tandy
Committed by
Ryan Tandy
Apr 27, 2020
Browse files
ITS#7573 Fix back-perl dynamic config with threaded slapd
parent
10cc52ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-perl/config.c
View file @
8f174209
...
...
@@ -172,6 +172,7 @@ perl_cf(
break
;
}
}
else
{
PERL_SET_CONTEXT
(
PERL_INTERPRETER
);
switch
(
c
->
type
)
{
case
PERL_MODULE
:
snprintf
(
eval_str
,
EVAL_BUF_SIZE
,
"use %s;"
,
c
->
argv
[
1
]
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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