]> git.sur5r.net Git - openldap/commitdiff
Disable LBER_END_SEQORSET for now.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 20 May 1999 23:40:06 +0000 (23:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 20 May 1999 23:40:06 +0000 (23:40 +0000)
include/lber.h

index 6bf7b8189d45cabf47f43386a90861e9f0e9e507..20fd9c51ad6208fc6f7817a8f32156d85341cd2d 100644 (file)
@@ -67,7 +67,7 @@ LDAP_BEGIN_DECL
 #define LBER_INVALID(tag) ( ( (tag) & 0xFFFFFF80UL ) != 0 )
 #define LBER_ERROR             0xffffffffUL
 #define LBER_DEFAULT           0xffffffffUL
-#define LBER_END_SEQORSET      0xfffffffeUL /* not part of LDAP C-API */
+/* #define LBER_END_SEQORSET   0xfffffffeUL *//* not part of LDAP C-API */
 
 /* general BER types we know about */
 #define LBER_BOOLEAN           0x01UL