[experimental-ims] b99540d Fix a typo.

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:51:57 CET 2012


commit b99540df697ff4780cad40384a863f7c428e4b76
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 20 08:57:46 2011 +0000

    Fix a typo.

diff --git a/bin/varnishd/cache_acceptor.c b/bin/varnishd/cache_acceptor.c
index ba4e84a..0808010 100644
--- a/bin/varnishd/cache_acceptor.c
+++ b/bin/varnishd/cache_acceptor.c
@@ -281,7 +281,7 @@ VCA_SetupSess(struct worker *w)
 	sp->id = wa->acceptsock;
 	wa->acceptsock = -1;
 	sp->t_open = TIM_real();
-	sp->t_end = sp->t_end;
+	sp->t_end = sp->t_open;
 	sp->mylsock = wa->acceptlsock;
 	CHECK_OBJ_NOTNULL(sp->mylsock, LISTEN_SOCK_MAGIC);
 	assert(wa->acceptaddrlen <= sp->sockaddrlen);



More information about the varnish-commit mailing list