Skip to content
Snippets Groups Projects
Commit 8c7f26b1 authored by Ryan Tandy's avatar Ryan Tandy Committed by Quanah Gibson-Mount
Browse files

ITS#7573 Fix back-perl dynamic config with threaded slapd

parent efc517cc
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,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] );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment