]> err.no Git - varnish/commitdiff
typo
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 18 Jul 2006 10:45:57 +0000 (10:45 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 18 Jul 2006 10:45:57 +0000 (10:45 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@486 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_pass.c

index d1dafc3ce5432cfb8b450352cd491664dc4533a1..5fd1e47bac4bfcce33483f8ec447feb26df6219e 100644 (file)
@@ -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));