/*
- * $Id: stat.cc,v 1.266 1998/07/22 21:24:42 wessels Exp $
+ * $Id: stat.cc,v 1.267 1998/07/22 22:36:08 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
storeUnlockObject(state->sentry);
cbdataFree(state);
return;
+ } else if (state->sentry->store_status == STORE_ABORTED) {
+ storeUnlockObject(state->sentry);
+ cbdataFree(state);
+ return;
}
storeBuffer(state->sentry);
debug(49, 3) ("statObjects: Bucket #%d\n", state->bucket);