This commit is contained in:
Howard Chu 2009-11-23 22:17:25 +00:00
parent e72e0507f8
commit fae4df1ed6

View File

@ -2561,8 +2561,7 @@ no_change: if ( !(op->o_sync_mode & SLAP_SYNC_PERSIST) ) {
ber_bvarray_free_x( ctxcsn, op->o_tmpmemctx );
if ( sids )
op->o_tmpfree( sids, op->o_tmpmemctx );
send_ldap_result( op, rs );
return rs->sr_err;
goto bailout;
}
}
} else {