mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-24 07:43:16 -05:00
back out previous change
This commit is contained in:
parent
d047cc854e
commit
e544300b05
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue