mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Add comment that LDAP_MORE_RESULTS_TO_RETURN is obsolete
This commit is contained in:
parent
a8a23840b8
commit
d018d4e8b3
@ -611,7 +611,7 @@ typedef struct ldapcontrol {
|
||||
#define LDAP_NOT_SUPPORTED (-12)
|
||||
#define LDAP_CONTROL_NOT_FOUND (-13)
|
||||
#define LDAP_NO_RESULTS_RETURNED (-14)
|
||||
#define LDAP_MORE_RESULTS_TO_RETURN (-15)
|
||||
#define LDAP_MORE_RESULTS_TO_RETURN (-15) /* Obsolete */
|
||||
#define LDAP_CLIENT_LOOP (-16)
|
||||
#define LDAP_REFERRAL_LIMIT_EXCEEDED (-17)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user