summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrob <rob@cvs.openbsd.org>2019-05-18 18:45:54 +0000
committerrob <rob@cvs.openbsd.org>2019-05-18 18:45:54 +0000
commitc22b189650c8b43162db4771f1aa57ee381e7a5a (patch)
tree6dc842aad69297c5aad46392b0de8d9d997e032f
parent6b99de2a01f10e8ca1de7101f370a7a0563aeed0 (diff)
Fix LDAP RFC reference in comment. Also noticed by martijn.
ok guenther@, claudio@
-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)