mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
#ifdef txn code
This commit is contained in:
parent
b4a4242fb3
commit
aa797c0eec
1 changed files with 6 additions and 0 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Reference in a new issue