From: wessels <> Date: Tue, 18 Aug 1998 05:26:28 +0000 (+0000) Subject: get rid of fatal() X-Git-Tag: SQUID_3_0_PRE1~2871 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e530de6cd0b9aa1b21680aadc0e550ee8e1d7bc9;p=thirdparty%2Fsquid.git get rid of fatal() --- diff --git a/lib/hash.c b/lib/hash.c index ea0919e375..3a34028680 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -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); } /*