r486 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Jul 18 12:45:57 CEST 2006


Author: phk
Date: 2006-07-18 12:45:57 +0200 (Tue, 18 Jul 2006)
New Revision: 486

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


Modified: trunk/varnish-cache/bin/varnishd/cache_pass.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pass.c	2006-07-18 10:45:15 UTC (rev 485)
+++ trunk/varnish-cache/bin/varnishd/cache_pass.c	2006-07-18 10:45:57 UTC (rev 486)
@@ -147,7 +147,7 @@
 	vc = sp->vbc;
 	assert(vc != NULL);
 
-	http_BuildSbuf(sp->fd, Build_Passreply, w->sb, hp);
+	http_BuildSbuf(sp->fd, Build_Pass, w->sb, hp);
 	sbuf_cat(w->sb, "\r\n");
 	sbuf_finish(w->sb);
 	vca_write(sp, sbuf_data(w->sb), sbuf_len(w->sb));




More information about the varnish-commit mailing list