summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-11 04:12:47 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-11 04:12:47 +0000
commitc04ffd39136e66947227acae7156e196ef9328eb (patch)
tree9cc938b59b6a6221fa5bbd979d3d48b36171e3e3
parent07bcd97961d1eea30db0a5f2a003b1010f33f7e1 (diff)
downloadtinyproxy-c04ffd39136e66947227acae7156e196ef9328eb.tar.gz
tinyproxy-c04ffd39136e66947227acae7156e196ef9328eb.zip
Comment cleanup.
-rw-r--r--src/acl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/acl.c b/src/acl.c
index d03939b..5592968 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -1,4 +1,4 @@
-/* $Id: acl.c,v 1.6 2001-09-08 18:58:37 rjkaes Exp $
+/* $Id: acl.c,v 1.7 2001-09-11 04:12:47 rjkaes Exp $
*
* This system handles Access Control for use of this daemon. A list of
* domains, or IP addresses (including IP blocks) are stored in a list
@@ -102,7 +102,8 @@ int insert_acl(char *location, acl_access_t access_type)
new_acl_ptr->acl_access = access_type;
if (i != strlen(location)) {
- /* We did break early, so this a numeric location.
+ /*
+ * We did break early, so this a numeric location.
* Check for a netmask.
*/
new_acl_ptr->type = ACL_NUMERIC;