r5564 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Sun Nov 21 00:58:43 CET 2010


Author: phk
Date: 2010-11-21 00:58:43 +0100 (Sun, 21 Nov 2010)
New Revision: 5564

Modified:
   trunk/varnish-cache/bin/varnishd/cache_ban.c
Log:
An XXX comment to ponder later.



Modified: trunk/varnish-cache/bin/varnishd/cache_ban.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_ban.c	2010-11-20 23:58:20 UTC (rev 5563)
+++ trunk/varnish-cache/bin/varnishd/cache_ban.c	2010-11-20 23:58:43 UTC (rev 5564)
@@ -370,6 +370,11 @@
 	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;
 }
 




More information about the varnish-commit mailing list