Skip to content
Snippets Groups Projects
Commit aa797c0e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

#ifdef txn code

parent b4a4242f
No related branches found
No related tags found
No related merge requests found
......@@ -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 *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment