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

This commit is contained in:
Ryan Tandy 2020-04-26 10:46:22 -07:00 committed by Ryan Tandy
parent 10cc52ca4c
commit 8f174209e1

View file

@ -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] );