mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
someone (e.g. an overlay) might muck with this data (e.g. remove a modification from the list...)
This commit is contained in:
parent
623615e2f1
commit
f2c4803dbd
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ cleanup:
|
|||
|
||||
op->o_tmpfree( op->o_req_dn.bv_val, op->o_tmpmemctx );
|
||||
op->o_tmpfree( op->o_req_ndn.bv_val, op->o_tmpmemctx );
|
||||
if ( modlist != NULL ) slap_mods_free( modlist );
|
||||
if ( op->orm_modlist != NULL ) slap_mods_free( op->orm_modlist );
|
||||
|
||||
return rs->sr_err;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue