mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
ITS#7573 Fix back-perl dynamic config with threaded slapd
This commit is contained in:
parent
10cc52ca4c
commit
8f174209e1
1 changed files with 1 additions and 0 deletions
|
|
@ -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] );
|
||||
|
|
|
|||
Loading…
Reference in a new issue