hdb doesn't need to fix DNs for slapindex

This commit is contained in:
Howard Chu 2005-10-25 08:40:01 +00:00
parent 8a5a1ab39f
commit 8a69f642b8

View file

@ -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};