mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
comment for future optimization
This commit is contained in:
parent
aac4f1caf5
commit
f0c9590e68
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user