]> git.sur5r.net Git - openldap/commitdiff
comment for future optimization
authorPierangelo Masarati <ando@openldap.org>
Mon, 24 Dec 2001 17:27:26 +0000 (17:27 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 24 Dec 2001 17:27:26 +0000 (17:27 +0000)
servers/slapd/back-ldbm/dn2id.c

index 2092b46f39c08943718068fb7f6dc295508c6dda..ef0c8bd393d207f50fcc08032fa0f11541d0689c 100644 (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;