]> git.sur5r.net Git - openldap/commitdiff
That second abandon should have been an extended.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 21 Dec 1998 02:12:08 +0000 (02:12 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 21 Dec 1998 02:12:08 +0000 (02:12 +0000)
include/ldap.h

index 6097abd73ff3d3bebdce747d39e495f2e2a54585..cf04a6e7ab4df0593fbac32e1a9187c70a97e874 100644 (file)
@@ -136,7 +136,7 @@ typedef struct ldapcontrol {
 #define LDAP_REQ_RENAME                        LDAP_REQ_MODRDN 
 #define LDAP_REQ_COMPARE               0x6eL   /* application + constructed */
 #define LDAP_REQ_ABANDON               0x50L   /* application + primitive   */
-#define LDAP_REQ_ABANDON               0x77L   /* application + constructed */
+#define LDAP_REQ_EXTENDED              0x77L   /* application + constructed */
 
 /* U-Mich version 3.0 compatibility stuff */
 #define LDAP_REQ_UNBIND_30             0x62L