From fee51a5c65d9e68020e7be786d742adc9032eda8 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 30 Jun 2011 21:20:54 +0200 Subject: [PATCH] response tag is [1] according to RFC 2589 (ITS#6886) --- include/ldap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap.h b/include/ldap.h index a2f8ea8127..8fd2a5866f 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -384,7 +384,7 @@ typedef struct ldapcontrol { #define LDAP_EXOP_REFRESH "1.3.6.1.4.1.1466.101.119.1" /* RFC 2589 */ #define LDAP_TAG_EXOP_REFRESH_REQ_DN ((ber_tag_t) 0x80U) #define LDAP_TAG_EXOP_REFRESH_REQ_TTL ((ber_tag_t) 0x81U) -#define LDAP_TAG_EXOP_REFRESH_RES_TTL ((ber_tag_t) 0x80U) +#define LDAP_TAG_EXOP_REFRESH_RES_TTL ((ber_tag_t) 0x81U) #define LDAP_EXOP_WHO_AM_I "1.3.6.1.4.1.4203.1.11.3" /* RFC 4532 */ #define LDAP_EXOP_X_WHO_AM_I LDAP_EXOP_WHO_AM_I -- 2.39.2