mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Remove #if 0 used to hide dn subtree index problem. Fixed
by Hallvard's IDL changes!
This commit is contained in:
parent
1cde481298
commit
2e86c0516b
2 changed files with 0 additions and 4 deletions
|
|
@ -211,7 +211,6 @@ bdb2i_dn2id_delete(
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
{
|
||||
char **subtree = dn_subtree( NULL, dn );
|
||||
|
||||
|
|
@ -231,7 +230,6 @@ bdb2i_dn2id_delete(
|
|||
charray_free( subtree );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
ldbm_datum_init( key );
|
||||
|
||||
|
|
|
|||
|
|
@ -226,7 +226,6 @@ dn2id_delete(
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
{
|
||||
char **subtree = dn_subtree( NULL, dn );
|
||||
|
||||
|
|
@ -247,7 +246,6 @@ dn2id_delete(
|
|||
charray_free( subtree );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
ldbm_datum_init( key );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue