Add comment that LDAP_MORE_RESULTS_TO_RETURN is obsolete

This commit is contained in:
Howard Chu 2005-10-08 18:51:53 +00:00
parent a8a23840b8
commit d018d4e8b3

View File

@ -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)