mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 17:47:33 -05:00
fix ITS#3862
This commit is contained in:
parent
9ba68f902d
commit
51346cfa68
1 changed files with 3 additions and 0 deletions
|
|
@ -255,6 +255,9 @@ fail:;
|
|||
{
|
||||
/* check for abandon */
|
||||
if ( op->o_abandon ) {
|
||||
if ( rc > 0 ) {
|
||||
ldap_msgfree( res );
|
||||
}
|
||||
ldap_abandon_ext( lc->lc_ld, msgid, NULL, NULL );
|
||||
rc = SLAPD_ABANDON;
|
||||
goto finish;
|
||||
|
|
|
|||
Loading…
Reference in a new issue