fix ITS#3862

This commit is contained in:
Pierangelo Masarati 2005-07-18 21:32:31 +00:00
parent 9ba68f902d
commit 51346cfa68

View file

@ -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;