From 3540857e03746aeddbb65d3cc721d96d385c7f81 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 20 May 1999 23:40:06 +0000 Subject: [PATCH] Disable LBER_END_SEQORSET for now. --- include/lber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5