[master] 6f53e59 Typo

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 12 22:10:35 CET 2015


commit 6f53e597918fa7723a256d0582a742af1a60315e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 12 21:10:23 2015 +0000

    Typo

diff --git a/bin/varnishd/waiter/cache_waiter_ports.c b/bin/varnishd/waiter/cache_waiter_ports.c
index 2f2aa87..be110c0 100644
--- a/bin/varnishd/waiter/cache_waiter_ports.c
+++ b/bin/varnishd/waiter/cache_waiter_ports.c
@@ -193,7 +193,7 @@ vws_thread(void *priv)
 			vws_port_ev(vws, ev + ei, now);
 
 		/* check for timeouts */
-		deadline = now - *vwk->tmo;
+		deadline = now - *vws->tmo;
 
 		/*
 		 * This loop assumes that the oldest sessions are always at the



More information about the varnish-commit mailing list