From: phk Date: Tue, 18 Jul 2006 10:45:57 +0000 (+0000) Subject: typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f9b7460ffbf90eaeebf007da133d48c68a58ee5;p=varnish typo git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@486 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_pass.c b/varnish-cache/bin/varnishd/cache_pass.c index d1dafc3c..5fd1e47b 100644 --- a/varnish-cache/bin/varnishd/cache_pass.c +++ b/varnish-cache/bin/varnishd/cache_pass.c @@ -147,7 +147,7 @@ PassBody(struct worker *w, struct sess *sp) 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));