/*
- * $Id: client_side.cc,v 1.106 1997/05/22 22:53:59 wessels Exp $
+ * $Id: client_side.cc,v 1.107 1997/05/23 17:21:17 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
http->log_type = LOG_TCP_REFRESH_FAIL_HIT;
storeUnregister(entry, http);
storeUnlockObject(entry);
- http->entry = http->old_entry;
- http->entry->refcount++;
+ entry = http->entry = http->old_entry;
+ entry->refcount++;
} else if (mem->reply->code == 0) {
debug(33, 3, "icpHandleIMSReply: Incomplete headers for '%s'\n",
entry->url);