r4080 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu May 14 14:20:43 CEST 2009


Author: phk
Date: 2009-05-14 14:20:43 +0200 (Thu, 14 May 2009)
New Revision: 4080

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
typo



Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2009-05-14 12:13:00 UTC (rev 4079)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2009-05-14 12:20:43 UTC (rev 4080)
@@ -118,7 +118,7 @@
 		if (i == -2)
 			vca_close_session(sp, "overflow");
 		else if (i == -1 && Tlen(sp->htc->rxbuf) == 0 &&
-		    (errno == 0 || errno == ECONNRESET)
+		    (errno == 0 || errno == ECONNRESET))
 			vca_close_session(sp, "EOF");
 		else 
 			vca_close_session(sp, "error");



More information about the varnish-commit mailing list