https://bugs.openldap.org/show_bug.cgi?id=10492
--- Comment #2 from Howard Chu hyc@openldap.org --- Note - the previous code is only a problem when the op was actually cancelled, not abandoned. In the abandon case response processing stops and send_ldap_response never gets invoked. But in the cancel case, processing continues and send_ldap_response gets an assert failure.