Index: trunk/mod_cacher/xc_cacher.c
===================================================================
--- trunk/mod_cacher/xc_cacher.c	(revision 1194)
+++ trunk/mod_cacher/xc_cacher.c	(revision 1199)
@@ -2656,5 +2656,5 @@
 			CHECK(cache->cached->phps = allocator->vtable->calloc(allocator, hphp->size, sizeof(xc_entry_data_php_t*)), "phps OOM");
 		}
-		CHECK(cache->lck              = xc_lock_init(NULL), "can't create lock");
+		CHECK(cache->lck              = xc_lock_init(NULL, 0), "can't create lock");
 
 		cache->hcache  = hcache;
