Commit e2b0ef62 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Add missing semicolon.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1677 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b2174b7a
......@@ -104,7 +104,7 @@ vca_main(void *arg)
}
}
/* check for timeouts */
deadline = TIM_real() - params->sess_timeout
deadline = TIM_real() - params->sess_timeout;
TAILQ_FOREACH_SAFE(sp, &sesshead, list, sp2) {
CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
if (sp->t_open > deadline)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment