From: Kurt Zeilenga Date: Thu, 20 May 1999 23:40:06 +0000 (+0000) Subject: Disable LBER_END_SEQORSET for now. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3540857e03746aeddbb65d3cc721d96d385c7f81;p=openldap Disable LBER_END_SEQORSET for now. --- diff --git a/include/lber.h b/include/lber.h index 6bf7b8189d..20fd9c51ad 100644 --- a/include/lber.h +++ b/include/lber.h @@ -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