From: Kurt Zeilenga Date: Fri, 31 Mar 2006 15:31:29 +0000 (+0000) Subject: commit missing TXN piece X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~82 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8f318ec8a882e4e98b75142294509bc068bb7337;p=openldap commit missing TXN piece --- diff --git a/include/ldap.h b/include/ldap.h index ae4e9ae7f5..ba28049d9d 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -626,7 +626,10 @@ typedef struct ldapcontrol { #define LDAP_X_INVALIDREFERENCE 0x4112 #endif -#define LDAP_X_TXN_ID_INVALID 0x4120 +#ifdef LDAP_X_TXN +#define LDAP_X_TXN_SPECIFY_OKAY 0x4120 +#define LDAP_X_TXN_ID_INVALID 0x4121 +#endif /* API Error Codes *