]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 6 Sep 2011 20:00:44 +0000 (13:00 -0700)
include/ldap.h

index a2f8ea812732c75385f233c881d512efc84007d1..8fd2a5866f5b01e49b17f02d27b9e484ab73eda1 100644 (file)
@@ -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