ITS#6103 send response on abandon

This commit is contained in:
Howard Chu 2009-05-11 04:30:36 +00:00
parent 9fd983a99d
commit 7ab16ae6c2

View file

@ -668,6 +668,7 @@ loop_begin:
/* check for abandon */
if ( op->o_abandon ) {
rs->sr_err = SLAPD_ABANDON;
send_ldap_result( op, rs );
goto done;
}