Skip to content
Snippets Groups Projects
Commit e544300b authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

back out previous change

parent d047cc85
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,6 @@ dn2id_add(
}
while ( rc != -1 && pdn != NULL ) {
/* FIXME: dn_parent returns NULL if dn is suffix of be */
if ( be_issuffix( be, pdn ))
break;
......@@ -328,7 +327,6 @@ dn2id_delete(
}
while ( pdn != NULL ) {
/* FIXME: dn_parent returns NULL if dn is suffix of be */
if ( be_issuffix( be, pdn ))
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment