summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd
diff options
context:
space:
mode:
authorrob <rob@openbsd.org>2019-05-18 18:45:53 +0000
committerrob <rob@openbsd.org>2019-05-18 18:45:53 +0000
commit7e500a5779f7342fa2a9e90728f396cb88fac3ea (patch)
tree7b52838e61b97e9afcd0eb6ab516ff8dee96a7cf /usr.sbin/ldapd
parentBoth FreeBSD and I appear to have been confused by intel's deep-dive doc: (diff)
downloadwireguard-openbsd-7e500a5779f7342fa2a9e90728f396cb88fac3ea.tar.xz
wireguard-openbsd-7e500a5779f7342fa2a9e90728f396cb88fac3ea.zip
Fix LDAP RFC reference in comment. Also noticed by martijn.
ok guenther@, claudio@
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)