Uhm, should this go on the 4.2/bugs/ page (which isn't linked
from the 2.4/ page, and I don't think bugzilla is the place
to store closed patches like this. :-)
Adrian
On Fri, Mar 23, 2001, Squid project administrator wrote:
> Update of /cvsroot/squid//squid/src
> In directory usw-pr-cvs1:/tmp/cvs-serv3048/src
> 
> Modified Files:
> 	store.c 
> Log Message:
> Synchronized with cvs.squid-cache.org
> 
> Index: store.c
> ===================================================================
> RCS file: /cvsroot/squid//squid/src/store.c,v
> retrieving revision 1.10
> retrieving revision 1.11
> diff -u -r1.10 -r1.11
> --- store.c	2001/02/23 05:51:08	1.10
> +++ store.c	2001/03/24 00:12:31	1.11
> @@ -1033,7 +1033,7 @@
>       * squid_curtime because it results in a negative served_date.
>       */
>      if (age > squid_curtime - served_date)
> -	if (squid_curtime < age)
> +	if (squid_curtime > age)
>  	    served_date = squid_curtime - age;
>      entry->expires = reply->expires;
>      entry->lastmod = reply->last_modified;
> 
> 
> _______________________________________________
> Squid-cvs mailing list
> http://squid.sourceforge.net/projects.html
-- Adrian Chadd "The fact you can download a 100 megabyte file <adrian@creative.net.au> from half way around the world should be viewed as an accident and not a right." -- Adrian Chadd and Bill FumerolaReceived on Sat Mar 24 2001 - 01:20:23 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:40 MST