From: Kurt Zeilenga Date: Tue, 25 Jan 2005 17:40:39 +0000 (+0000) Subject: Remove redundant note. X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~258 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=82d5ca4d4ef98f5069469683b9b0ee8ea237eea0;p=openldap Remove redundant note. --- diff --git a/servers/slapd/backend.c b/servers/slapd/backend.c index 942d10ebb2..d936a0d3a3 100644 --- a/servers/slapd/backend.c +++ b/servers/slapd/backend.c @@ -815,9 +815,6 @@ backend_check_controls( * Here we find that operation extended by the control * is not unavailable in a particular context, hence the * return of unwillingToPerform. - * - * Note that criticality of the control is irrelevant to - * this condition. */ rs->sr_text = "control unavailable in context"; rs->sr_err = LDAP_UNWILLING_TO_PERFORM;