Hello all, The enclosed patch, for the current 3.0 branch, fixes the build error for the Solaris port reported in Trac ticket #1167.
Best, Geoff $ git show commit 1f4006e83a3b257c9a604dd40b857d6292608b46 Merge: b50bbd6 b164c06 Author: Dag Haavi Finstad <[email protected]> Date: Mon Jul 16 12:36:15 2012 +0200 -- ** * * UPLEX - Nils Goroll Systemoptimierung Schwanenwik 24 22087 Hamburg Tel +49 40 2880 5731 Mob +49 176 636 90917 Fax +49 40 42949753 http://uplex.de
diff --git a/bin/varnishd/cache_waiter_ports.c
b/bin/varnishd/cache_waiter_ports.c
index e26a80c..e599260 100644
--- a/bin/varnishd/cache_waiter_ports.c
+++ b/bin/varnishd/cache_waiter_ports.c
@@ -225,7 +225,7 @@ vca_main(void *arg)
if (sp) {
double tmo =
- (sp->t_end + cache_param->timeout_idle) - now;
+ (sp->t_end + params->sess_timeout) - now;
/* we should have removed all sps whose timeout has
passed */
assert(tmo > 0.0);
signature.asc
Description: OpenPGP digital signature
_______________________________________________ varnish-dev mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev
