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

An XXX comment to ponder later.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5564 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 624994c5
......@@ -370,6 +370,11 @@ BAN_NewObj(struct object *o)
ban_start->refcount++;
VTAILQ_INSERT_TAIL(&ban_start->objcore, oc, ban_list);
Lck_Unlock(&ban_mtx);
/*
* XXX Should this happen here or in stevedore.c ?
* XXX Or even at all ? -spersistent is only user
* XXX and has the field duplicated.
*/
o->ban_t = oc->ban->t0;
}
......
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