mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Clarify LDAP_ATTRCHAR
This commit is contained in:
parent
517fa54bb0
commit
0cfe5f75f8
@ -113,7 +113,7 @@ LDAP_F (int) ldap_pvt_unhex( int c );
|
||||
#define LDAP_OIDCHAR(c) ( LDAP_DIGIT(c) || (c) == '.' )
|
||||
|
||||
#define LDAP_LEADATTRCHAR(c) ( LDAP_LEADKEYCHAR(c) || LDAP_LEADOIDCHAR(c) )
|
||||
#define LDAP_ATTRCHAR(c) ( LDAP_KEYCHAR((c)) || (c) == '.' )
|
||||
#define LDAP_ATTRCHAR(c) ( LDAP_KEYCHAR(c) || LDAP_OIDCHAR(c) )
|
||||
|
||||
#define LDAP_NEEDSESCAPE(c) ((c) == '\\' || (c) == '"')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user