From: wessels <> Date: Tue, 21 Jul 1998 23:44:15 +0000 (+0000) Subject: bad assertion X-Git-Tag: SQUID_3_0_PRE1~3021 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9d34cc15342e749a329d1effd6c55a5d3e38737;p=thirdparty%2Fsquid.git bad assertion --- diff --git a/src/client_side.cc b/src/client_side.cc index 77bfe924f7..7d5a323f3b 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.362 1998/07/21 17:26:26 wessels Exp $ + * $Id: client_side.cc,v 1.363 1998/07/21 17:44:15 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -234,7 +234,7 @@ clientProcessExpired(void *data) char *url = http->uri; StoreEntry *entry = NULL; debug(33, 3) ("clientProcessExpired: '%s'\n", http->uri); - assert(entry->lastmod >= 0); + assert(http->entry->lastmod >= 0); /* * check if we are allowed to contact other servers * @?@: Instead of a 504 (Gateway Timeout) reply, we may want to return