--------------------- PatchSet 1432 Date: 2005/06/01 16:35:05 Author: rmartinez Branch: squid3-ipv6 Tag: (none) Log: Re-arranging stupid comments acording to standards Members: src/wccp.cc:1.10.2.3->1.10.2.4 Index: squid3/src/wccp.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/wccp.cc,v retrieving revision 1.10.2.3 retrieving revision 1.10.2.4 diff -u -r1.10.2.3 -r1.10.2.4 --- squid3/src/wccp.cc 5 May 2005 09:22:54 -0000 1.10.2.3 +++ squid3/src/wccp.cc 1 Jun 2005 16:35:05 -0000 1.10.2.4 @@ -1,6 +1,6 @@ /* - * $Id: wccp.cc,v 1.10.2.3 2005/05/05 09:22:54 rmartinez Exp $ + * $Id: wccp.cc,v 1.10.2.4 2005/06/01 16:35:05 rmartinez Exp $ * * DEBUG: section 80 WCCP Support * AUTHOR: Glenn Chisholm @@ -342,7 +342,7 @@ assert(loop < WCCP_ACTIVE_CACHES); #ifdef INET6 -// Rafa +// FIXME #else if (wccp_i_see_you.wccp_cache_entry[loop].ip_addr.s_addr < local_ip.s_addr) return 0; @@ -380,7 +380,7 @@ int buckets_per_cache; unsigned int loop; int bucket = 0; -// Rafa +// FIXME int *caches; int cache_len; char *buf;