Skip to content
Snippets Groups Projects
Commit 2e86c051 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove #if 0 used to hide dn subtree index problem. Fixed

by Hallvard's IDL changes!
parent 1cde4812
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment