From 35f44be64b36c6b034c5f6e02abff4fe6950f987 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Fri, 31 Dec 2004 04:33:27 +0000
Subject: [PATCH] Add "not yet implemented" comment to LCUP result code section

---
 include/ldap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ldap.h b/include/ldap.h
index 1bee276bd7..df300b9ff3 100644
--- a/include/ldap.h
+++ b/include/ldap.h
@@ -525,7 +525,7 @@ typedef struct ldapcontrol {
 
 #define LDAP_OTHER					0x50
 
-/* LCUP operation codes (113-117) */
+/* LCUP operation codes (113-117) - not implemented */
 #define LDAP_CUP_RESOURCES_EXHAUSTED	0x71
 #define LDAP_CUP_SECURITY_VIOLATION		0x72
 #define LDAP_CUP_INVALID_DATA			0x73
-- 
GitLab