]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
bad assertion
authorwessels <>
Tue, 21 Jul 1998 23:44:15 +0000 (23:44 +0000)
committerwessels <>
Tue, 21 Jul 1998 23:44:15 +0000 (23:44 +0000)
src/client_side.cc

index 77bfe924f734f0bd3217c7ac1924ea1be5e8bfc1..7d5a323f3ba4a75ac9714221edf578826de44fdc 100644 (file)
@@ -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