mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Disable LBER_END_SEQORSET for now.
This commit is contained in:
parent
6a56886cf5
commit
3540857e03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user