]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Tue, 12 Jan 1999 23:23:22 +0000 (23:23 +0000)
committerwessels <>
Tue, 12 Jan 1999 23:23:22 +0000 (23:23 +0000)
src/store.cc

index c61f2cf481bb28639d1173d82d628d881c6d97ea..f07536abd78f3d6a68762501cd8b137304fab95f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.479 1999/01/12 16:22:16 wessels Exp $
+ * $Id: store.cc,v 1.480 1999/01/12 16:23:22 wessels Exp $
  *
  * DEBUG: section 20    Storage Manager
  * AUTHOR: Harvest Derived
@@ -566,8 +566,8 @@ storeComplete(StoreEntry * e)
         * if we're not STORE_PENDING, then probably we got aborted
         * and there should be NO clients on this entry
         */
-       assert(EBIT_TEST(entry->flags, ENTRY_ABORTED));
-       assert(entry->mem_obj->nclients == 0);
+       assert(EBIT_TEST(e->flags, ENTRY_ABORTED));
+       assert(e->mem_obj->nclients == 0);
        return;
     }
     e->mem_obj->object_sz = e->mem_obj->inmem_hi;