From 8f318ec8a882e4e98b75142294509bc068bb7337 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 31 Mar 2006 15:31:29 +0000 Subject: [PATCH] commit missing TXN piece --- include/ldap.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 * -- 2.39.5