mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
hdb doesn't need to fix DNs for slapindex
This commit is contained in:
parent
8a5a1ab39f
commit
8a69f642b8
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ Entry* bdb_tool_entry_get( BackendDB *be, ID id )
|
|||
e->e_id = id;
|
||||
}
|
||||
#ifdef BDB_HIER
|
||||
{
|
||||
if ( slapMode & SLAP_TOOL_READONLY ) {
|
||||
EntryInfo *ei = NULL;
|
||||
Operation op = {0};
|
||||
Opheader ohdr = {0};
|
||||
|
|
|
|||
Loading…
Reference in a new issue