@@ -1,5 +1,5 @@
---- bin/varnishncsa/varnishncsa.c.202 2008-11-27 15:18:23.000000000 +0100
-+++ bin/varnishncsa/varnishncsa.c 2008-11-27 15:18:48.000000000 +0100
+--- bin/varnishncsa/varnishncsa.c.orig 2008-11-07 19:30:50.000000000 +0100
++++ bin/varnishncsa/varnishncsa.c 2008-11-07 20:48:24.000000000 +0100
@@ -103,6 +103,7 @@
static size_t nll;
@@ -18,15 +18,6 @@
if (!lp->df_h && spec & VSL_S_BACKEND)
fprintf(fo, "127.0.0.1 ");
else if (lp->df_X_Forwarded_For && prefer_x_forwarded_for)
-@@ -432,7 +436,7 @@
- /* %t */
- strftime(tbuf, sizeof tbuf, "[%d/%b/%Y:%T %z]", &lp->df_t);
- fprintf(fo, "%s ", tbuf);
--
-+ fprintf(stderr,&lp->df_t);
- /*
- * Fake "%r". This would be a lot easier if Varnish
- * normalized the request URL.
@@ -511,7 +515,7 @@
usage(void)
{
|