]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
get rid of fatal()
authorwessels <>
Tue, 18 Aug 1998 05:26:28 +0000 (05:26 +0000)
committerwessels <>
Tue, 18 Aug 1998 05:26:28 +0000 (05:26 +0000)
lib/hash.c

index ea0919e375187e0ecbb3df4928ae5b69321101b9..3a34028680a1478dc9825e609ed6d8a5118c03c0 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: hash.c,v 1.1 1998/08/17 23:01:25 wessels Exp $
+ * $Id: hash.c,v 1.2 1998/08/17 23:26:28 wessels Exp $
  *
  * DEBUG: section 0     Hash Tables
  * AUTHOR: Harvest Derived
@@ -256,7 +256,7 @@ hash_remove_link(hash_table * hid, hash_link * hl)
        hid->count--;
        return;
     }
-    fatal("hash_remove_link: could not find entry");
+    assert(0);
 }
 
 /*