diff options
author | rob <rob@cvs.openbsd.org> | 2019-05-18 18:45:54 +0000 |
---|---|---|
committer | rob <rob@cvs.openbsd.org> | 2019-05-18 18:45:54 +0000 |
commit | c22b189650c8b43162db4771f1aa57ee381e7a5a (patch) | |
tree | 6dc842aad69297c5aad46392b0de8d9d997e032f /usr.sbin/ldapd | |
parent | 6b99de2a01f10e8ca1de7101f370a7a0563aeed0 (diff) |
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.c | 6 |
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) |