]> git.sur5r.net Git - openldap/commitdiff
response tag is [1] according to RFC 2589 (ITS#6886)
authorPierangelo Masarati <ando@OpenLDAP.org>
Thu, 30 Jun 2011 19:20:54 +0000 (21:20 +0200)
committerPierangelo Masarati <ando@OpenLDAP.org>
Thu, 30 Jun 2011 19:24:12 +0000 (21:24 +0200)
include/ldap.h

index 3f0c1c4ce8cc3786748b40b3558f4209a69861b2..19bab7a834a2868ba9e7c8beb15834639641cd52 100644 (file)
@@ -388,7 +388,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_VERIFY_CREDENTIALS   "1.3.6.1.4.1.4203.666.6.5"
 #define LDAP_EXOP_X_VERIFY_CREDENTIALS LDAP_EXOP_VERIFY_CREDENTIALS