mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
Disable LBER_END_SEQORSET for now.
This commit is contained in:
parent
6a56886cf5
commit
3540857e03
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue