From b9d34cc15342e749a329d1effd6c55a5d3e38737 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 21 Jul 1998 23:44:15 +0000 Subject: [PATCH] bad assertion --- src/client_side.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3