X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=acl.c;h=52eba1d47a4ba6d90cbffd8f6df69036acc36b6f;hb=8e300aadc904a0e8b7453be4fb571f68bab6234c;hp=72869ee8c79f71756dad66ebac0763592c07be39;hpb=00e4d4da1b2c00da139b09d3ed4ab9ad9fba2691;p=paraslash.git diff --git a/acl.c b/acl.c index 72869ee8..52eba1d4 100644 --- a/acl.c +++ b/acl.c @@ -205,8 +205,8 @@ void acl_allow(struct in_addr addr, int netmask, /** * Deny access for a range of IP addresses. * - * \param addr The address to permit. - * \param netmask The netmask of the entry to be permitted. + * \param addr The address to deny. + * \param netmask The netmask of the entry to be denied. * \param acl The access control list. * \param default_deny Whether \a acl is a whitelist. */