ITS#10304 slapd-mdb: fix spurious error when deleting last child of a branch

This commit is contained in:
Howard Chu 2025-08-05 16:26:23 +01:00
parent 87b3f20742
commit 053ca6b656

View file

@ -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;
}