|| o->o_tag == LDAP_REQ_ABANDON ) {
msg = "cannot be abandoned";
-#if 0 /* Would break o_abandon used as "suppress response" flag, ITS#6138 */
} else if ( o->o_abandon ) {
msg = "already being abandoned";
-#endif
} else {
msg = "found";
rc = LDAP_OPERATIONS_ERROR;
rs->sr_text = "message ID already being cancelled";
-#if 0
} else if ( o->o_abandon ) {
- /* TODO: Would this break something when
- * o_abandon="suppress response"? (ITS#6138)
- */
rc = LDAP_TOO_LATE;
-#endif
} else {
rc = LDAP_SUCCESS;