someone (e.g. an overlay) might muck with this data (e.g. remove a modification from the list...)

This commit is contained in:
Pierangelo Masarati 2005-04-17 19:12:46 +00:00
parent 623615e2f1
commit f2c4803dbd

View File

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