Commit f2fe6191 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix pass statistics counter



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3049 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 82a65af3
......@@ -762,6 +762,7 @@ cnt_pass(struct sess *sp)
sp->step = STP_ERROR;
return (0);
}
sp->wrk->acct.pass++;
HSH_Prealloc(sp);
sp->obj = sp->wrk->nobj;
sp->wrk->nobj = NULL;
......
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