mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#6103 send response on abandon
This commit is contained in:
parent
9fd983a99d
commit
7ab16ae6c2
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue