cacher: fix #354 build error for debug mode (thanks to drakmor)
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1581 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
925a2dff1e
commit
7a586c55ce
|
@ -880,7 +880,7 @@ static inline void xc_entry_unholds_real(xc_vector_t *holds, xc_cache_t *caches,
|
|||
|
||||
for (i = 0; i < cachecount; i ++) {
|
||||
v = &holds[i];
|
||||
TRACE("holded %d items", v->cnt);
|
||||
TRACE("holded %d items", xc_vector_size(v));
|
||||
if (xc_vector_size(v)) {
|
||||
cache = &caches[i];
|
||||
ENTER_LOCK(cache) {
|
||||
|
|
Loading…
Reference in New Issue