From 7e500a5779f7342fa2a9e90728f396cb88fac3ea Mon Sep 17 00:00:00 2001 From: rob Date: Sat, 18 May 2019 18:45:53 +0000 Subject: Fix LDAP RFC reference in comment. Also noticed by martijn. ok guenther@, claudio@ --- usr.sbin/ldapd/modify.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ldapd') 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 @@ -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) -- cgit v1.2.3-59-g8ed1b