HEAD errorpage.cc compile fix

From: Pawel Worach <pawel.worach@dont-contact.us>
Date: Sat, 06 Sep 2003 19:32:30 +0200

Update this assert too now that the MemObject is gone.

    - Pawel

Index: src/errorpage.cc
===================================================================
RCS file: /squid/squid3/src/errorpage.cc,v
retrieving revision 1.192
diff -u -r1.192 errorpage.cc
--- src/errorpage.cc 6 Sep 2003 12:47:35 -0000 1.192
+++ src/errorpage.cc 6 Sep 2003 17:30:12 -0000
@@ -354,7 +354,7 @@
          * error message
          */
         assert(EBIT_TEST(entry->flags, ENTRY_ABORTED));
- assert(mem->nclients == 0);
+ assert(entry->mem_obj->nclients == 0);
         errorStateFree(err);
         return;
     }
Received on Sat Sep 06 2003 - 11:32:34 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:20:40 MST