From: Jeremy C. Reed Date: Thu, 30 Jun 2011 14:15:41 +0000 (-0500) Subject: [master] replace DENY with DROP in developer documentation X-Git-Tag: perftcpdns_before_epoll~231^2~29^2~5^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=666d6e49e1cd46fd293b3fdce239e34588666ed6;p=thirdparty%2Fkea.git [master] replace DENY with DROP in developer documentation --- diff --git a/src/lib/acl/loader.h b/src/lib/acl/loader.h index 6b024c9b3b..a2aa2f8efa 100644 --- a/src/lib/acl/loader.h +++ b/src/lib/acl/loader.h @@ -81,7 +81,7 @@ public: * or if it doesn't contain one of the accepted values. * * \param action The JSON representation of the action. It must be a string - * and contain one of "ACCEPT", "REJECT" or "DENY". + * and contain one of "ACCEPT", "REJECT" or "DROP. * \note We could define different names or add aliases if needed. */ BasicAction defaultActionLoader(data::ConstElementPtr action);