mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Backout accidental private part of previous commit
This commit is contained in:
parent
b6fffd1417
commit
1c0f49dda3
@ -193,7 +193,7 @@ LDAP_BEGIN_DECL
|
||||
#define ATTR_CHAR(c) ( DESC_CHAR((c)) || OID_SEPARATOR(c) )
|
||||
|
||||
#define AD_LEADCHAR(c) ( ATTR_LEADCHAR(c) )
|
||||
#define AD_CHAR(c) ( ATTR_CHAR(c) || (c) == ';' || (c) == '=' || (c) == '*' )
|
||||
#define AD_CHAR(c) ( ATTR_CHAR(c) || (c) == ';' )
|
||||
|
||||
#define SLAP_NUMERIC(c) ( ASCII_DIGIT(c) || ASCII_SPACE(c) )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user