From: phk Date: Tue, 25 Sep 2007 07:22:58 +0000 (+0000) Subject: typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f5b9904d34cf4650269985eae3030f3f5d14c1;p=varnish typo git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2024 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_http.c b/varnish-cache/bin/varnishd/cache_http.c index ef7237be..c8cd06a9 100644 --- a/varnish-cache/bin/varnishd/cache_http.c +++ b/varnish-cache/bin/varnishd/cache_http.c @@ -616,7 +616,7 @@ http_RecvPrep(struct http *hp) hp->rx_s = hp->ws->f; hp->rx_e = hp->rx_s; if (hp->pl_s != NULL) { - l = pdiff(hp->pl_s, hp->pl_s); + l = pdiff(hp->pl_s, hp->pl_e); memmove(hp->rx_s, hp->pl_s, l); hp->rx_e = hp->rx_s + l; hp->pl_s = hp->pl_e = NULL;