mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Tweak previous commit
This commit is contained in:
parent
f838a4bb53
commit
945c9fb1c7
1 changed files with 2 additions and 1 deletions
|
|
@ -1083,7 +1083,8 @@ bdb_dn2idl(
|
|||
if (prefix == DN_ONE_PREFIX) {
|
||||
rc = avl_apply(n->i_kids, insert_one, ids, -1, AVL_INORDER);
|
||||
} else {
|
||||
rc = bdb_idl_insert(ids, id);
|
||||
ids[0] = 1;
|
||||
ids[1] = id;
|
||||
if (n->i_kids)
|
||||
rc = avl_apply(n->i_kids, insert_sub, ids, -1, AVL_INORDER);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue