--------------------- PatchSet 5763 Date: 2007/09/27 23:04:02 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Maintein coding conventions. Members: src/ACLIP.cc:1.8.2.50->1.8.2.51 Index: squid3/src/ACLIP.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ACLIP.cc,v retrieving revision 1.8.2.50 retrieving revision 1.8.2.51 diff -u -r1.8.2.50 -r1.8.2.51 --- squid3/src/ACLIP.cc 27 Sep 2007 21:07:33 -0000 1.8.2.50 +++ squid3/src/ACLIP.cc 27 Sep 2007 23:04:02 -0000 1.8.2.51 @@ -1,5 +1,5 @@ /* - * $Id: ACLIP.cc,v 1.8.2.50 2007/09/27 21:07:33 amosjeffries Exp $ + * $Id: ACLIP.cc,v 1.8.2.51 2007/09/27 23:04:02 amosjeffries Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -206,7 +206,7 @@ /* dotted notation */ /* assignment returns true if asc contained an IP address as text */ - if (mask = asc) + if ((mask = asc)) return true; return false;