mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 17:47:33 -05:00
ITS#7099 fix dds db_open
Should not do anything in tool mode.
This commit is contained in:
parent
4f298d47af
commit
5b7c44a136
1 changed files with 3 additions and 0 deletions
|
|
@ -1708,6 +1708,9 @@ dds_db_open(
|
|||
int rc = 0;
|
||||
void *thrctx = ldap_pvt_thread_pool_context();
|
||||
|
||||
if ( slapMode & SLAP_TOOL_MODE )
|
||||
return 0;
|
||||
|
||||
if ( DDS_OFF( di ) ) {
|
||||
goto done;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue