mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
Fix prev commit, don't touch logDB in tool mode at all.
This commit is contained in:
parent
70c70a4e81
commit
d0b70826d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1222,7 +1222,7 @@ accesslog_db_open(
|
|||
int rc;
|
||||
void *thrctx;
|
||||
|
||||
if ( slapMode & SLAP_TOOL_READMAIN )
|
||||
if ( slapMode & SLAP_TOOL_MODE )
|
||||
return 0;
|
||||
|
||||
thrctx = ldap_pvt_thread_pool_context();
|
||||
|
|
|
|||
Loading…
Reference in a new issue