mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 12:30:29 -05:00
ITS#10304 slapd-mdb: fix spurious error when deleting last child of a branch
This commit is contained in:
parent
87b3f20742
commit
053ca6b656
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ mdb_delete( Operation *op, SlapReply *rs )
|
|||
}
|
||||
parent_is_leaf = 1;
|
||||
}
|
||||
rs->sr_err = LDAP_SUCCESS;
|
||||
mdb_entry_return( op, p );
|
||||
p = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue