summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ldapd')
-rw-r--r--usr.sbin/ldapd/modify.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ldapd/modify.c b/usr.sbin/ldapd/modify.c
index 0cd8742d3fe..f1c9873c978 100644
--- a/usr.sbin/ldapd/modify.c
+++ b/usr.sbin/ldapd/modify.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: modify.c,v 1.21 2018/05/14 07:53:47 reyk Exp $ */
+/* $OpenBSD: modify.c,v 1.22 2019/05/18 18:45:53 rob Exp $ */
/*
* Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se>
@@ -326,8 +326,8 @@ ldap_modify(struct request *req)
case LDAP_MOD_DELETE:
/*
* We're already in the "SET OF value
- * AttributeValue" (see RFC2411 section
- * 4.1.7) have either EOC, so all values
+ * AttributeValue" (see RFC4511 section
+ * 4.1.7) have either no content, so all values
* for the attribute gets deleted, or we
* have a (first) octetstring (there is one
* for each AttributeValue to be deleted)