mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#3267 add a comment
This commit is contained in:
parent
8feffa6091
commit
dbb5d00908
1 changed files with 4 additions and 0 deletions
|
|
@ -235,6 +235,10 @@ static int bdb_tool_next_id(
|
|||
if ( rc ) {
|
||||
return rc;
|
||||
}
|
||||
/* If parent didn't exist, it was created just now
|
||||
* and its ID is now in e->e_id. Make sure the current
|
||||
* entry gets added under the new parent ID.
|
||||
*/
|
||||
if ( eid != e->e_id ) {
|
||||
eidummy.bei_id = e->e_id;
|
||||
ei = &eidummy;
|
||||
|
|
|
|||
Loading…
Reference in a new issue