From: wessels <> Date: Wed, 19 Aug 1998 02:48:52 +0000 (+0000) Subject: comment X-Git-Tag: SQUID_3_0_PRE1~2849 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a106e18e81d33c5b34959ecb568a75b657f8ed1;p=thirdparty%2Fsquid.git comment --- diff --git a/src/structs.h b/src/structs.h index e13a0e1955..0c6982e8f4 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.203 1998/08/18 19:19:57 wessels Exp $ + * $Id: structs.h,v 1.204 1998/08/18 20:48:52 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -35,7 +35,7 @@ struct _acl_ip_data { struct in_addr addr1; /* if addr2 non-zero then its a range */ struct in_addr addr2; struct in_addr mask; - acl_ip_data *next; + acl_ip_data *next; /* used for parsing, not for storing */ }; struct _acl_snmp_comm {