mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Add LDAP_CLIENT_ERROR macro.
This commit is contained in:
parent
6f4d23667e
commit
8871b527d2
@ -339,6 +339,8 @@ typedef struct ldapmod {
|
||||
#define LDAP_RESULTS_TOO_LARGE 0x46 /* CLDAP */
|
||||
#define LDAP_AFFECTS_MULTIPLE_DSAS 0x47 /* LDAPv3 */
|
||||
|
||||
#define LDAP_CLIENT_ERROR(n) ( (int)(n) >= 0x50 )
|
||||
|
||||
#define LDAP_OTHER 0x50
|
||||
#define LDAP_SERVER_DOWN 0x51
|
||||
#define LDAP_LOCAL_ERROR 0x52
|
||||
|
Loading…
Reference in New Issue
Block a user