]> git.sur5r.net Git - openldap/commitdiff
Add comment that LDAP_MORE_RESULTS_TO_RETURN is obsolete
authorHoward Chu <hyc@openldap.org>
Sat, 8 Oct 2005 18:51:53 +0000 (18:51 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 8 Oct 2005 18:51:53 +0000 (18:51 +0000)
include/ldap.h

index 2921d05cd10d305642d008760076683d0257b050..67c9a7bcead4e83daf724acc5a582bcdf9cbff1e 100644 (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)