[master] 5068897 Fix indentation typo
Poul-Henning Kamp
phk at varnish-cache.org
Tue Oct 25 12:00:49 CEST 2011
commit 5068897dbb6cb902fdb95b8050cfb66fc6a30ae8
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Oct 25 10:00:32 2011 +0000
Fix indentation typo
diff --git a/bin/varnishd/cache_gzip.c b/bin/varnishd/cache_gzip.c
index 08d298e..01ccebc 100644
--- a/bin/varnishd/cache_gzip.c
+++ b/bin/varnishd/cache_gzip.c
@@ -577,7 +577,7 @@ vfp_gzip_end(struct worker *w)
if (VGZ_ObufStorage(w, vg))
return (-1);
i = VGZ_Gzip(vg, &dp, &dl, VGZ_FINISH);
- w->fetch_obj->len += dl;
+ w->fetch_obj->len += dl;
} while (i != Z_STREAM_END);
if (w->do_stream)
RES_StreamPoll(w);
More information about the varnish-commit
mailing list