storeBufferFlush) call might result in the client-side unregistering
and aborting, and unlocking, and freeing the entry. This happened
for netdb exchange requests.
/*
- * $Id: errorpage.cc,v 1.147 1999/01/19 05:24:47 wessels Exp $
+ * $Id: errorpage.cc,v 1.148 1999/01/29 21:01:06 wessels Exp $
*
* DEBUG: section 4 Error Generation
* AUTHOR: Duane Wessels
errorStateFree(err);
return;
}
+ storeLockObject(entry);
storeBuffer(entry);
rep = errorBuildReply(err);
/* Add authentication header */
storeComplete(entry);
storeNegativeCache(entry);
storeReleaseRequest(entry);
+ storeUnlockObject(entry);
errorStateFree(err);
}