/*
- * $Id: store.cc,v 1.117 1996/09/20 06:29:13 wessels Exp $
+ * $Id: store.cc,v 1.118 1996/09/20 20:28:12 wessels Exp $
*
* DEBUG: section 20 Storeage Manager
* AUTHOR: Harvest Derived
e->key, e->lock_count);
if (e->lock_count)
return (int) e->lock_count;
+ if (e->store_status == STORE_PENDING) {
+ debug_trap("storeUnlockObject: Someone unlocked STORE_PENDING object");
+ e->store_status = STORE_ABORTED;
+ }
if (e->flag & RELEASE_REQUEST) {
storeRelease(e);
} else if (e->flag & ABORT_MSG_PENDING) {