#ifdef txn code

This commit is contained in:
Kurt Zeilenga 2004-03-17 03:13:00 +00:00
parent b4a4242fb3
commit aa797c0eec

View file

@ -1125,8 +1125,14 @@ static int process_response(
return ldap_result2error( ld, res, 1 );
}
#ifdef LDAP_GROUP_TRANSACTION
/* assume (successful) transaction intermediate response */
return LDAP_SUCCESS;
#else
/* intermediate response? */
return LDAP_DECODING_ERROR;
#endif
}
static char *