mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08: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
@ -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 New Issue
Block a user