Skip to content
Snippets Groups Projects
Commit 3540857e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Disable LBER_END_SEQORSET for now.

parent 6a56886c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment