mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Cleanup rs->sr_text after entry_schema_check succeeds
This commit is contained in:
parent
ffcfb8b967
commit
692a3625a2
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ ldbm_back_add(
|
|||
send_ldap_result( op, rs );
|
||||
return rs->sr_err;
|
||||
}
|
||||
rs->sr_text = NULL;
|
||||
|
||||
#ifdef LDBM_SUBENTRIES
|
||||
subentry = is_entry_subentry( op->oq_add.rs_e );
|
||||
|
|
|
|||
Loading…
Reference in a new issue