mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Rename LDAP_OPT_ERROR_NUMBER to LDAP_OPT_RESULT_CODE, according to
draft-ietf-ldapext-ldap-c-api-05.txt, and keep the old name as an alias.
This commit is contained in:
parent
e01031b357
commit
9290801052
@ -95,7 +95,8 @@ LDAP_BEGIN_DECL
|
||||
|
||||
/* 0x16 - 0x2f not defined by current draft */
|
||||
#define LDAP_OPT_HOST_NAME 0x0030
|
||||
#define LDAP_OPT_ERROR_NUMBER 0x0031
|
||||
#define LDAP_OPT_RESULT_CODE 0x0031
|
||||
#define LDAP_OPT_ERROR_NUMBER LDAP_OPT_RESULT_CODE
|
||||
#define LDAP_OPT_ERROR_STRING 0x0032
|
||||
#define LDAP_OPT_MATCHED_DN 0x0033
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user