From: Kurt Zeilenga Date: Wed, 17 Mar 2004 03:13:00 +0000 (+0000) Subject: #ifdef txn code X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~260 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aa797c0eeca55e8f2fee9460ef0ae400a90606c1;p=openldap #ifdef txn code --- diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index 3e3a6b6b2c..9157824466 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -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 *