comment for future optimization

This commit is contained in:
Pierangelo Masarati 2001-12-24 17:27:26 +00:00
parent aac4f1caf5
commit f0c9590e68

View File

@ -86,6 +86,7 @@ dn2id_add(
}
while ( rc != -1 && pdn != NULL ) {
/* FIXME: dn_parent returns NULL if dn is suffix of be */
if ( be_issuffix( be, pdn ))
break;
@ -327,6 +328,7 @@ dn2id_delete(
}
while ( pdn != NULL ) {
/* FIXME: dn_parent returns NULL if dn is suffix of be */
if ( be_issuffix( be, pdn ))
break;