From: wessels <> Date: Fri, 28 Nov 1997 15:19:56 +0000 (+0000) Subject: hash_join() is now void X-Git-Tag: SQUID_3_0_PRE1~4463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e96bbf30a0fe7befe110fbe4e34e66cd38a918f;p=thirdparty%2Fsquid.git hash_join() is now void --- diff --git a/src/fqdncache.cc b/src/fqdncache.cc index bea0365b34..75cf0c20f8 100644 --- a/src/fqdncache.cc +++ b/src/fqdncache.cc @@ -1,6 +1,6 @@ /* - * $Id: fqdncache.cc,v 1.68 1997/11/23 06:52:38 wessels Exp $ + * $Id: fqdncache.cc,v 1.69 1997/11/28 08:19:56 wessels Exp $ * * DEBUG: section 35 FQDN Cache * AUTHOR: Harvest Derived @@ -366,11 +366,8 @@ fqdncache_create(const char *name) static void fqdncache_add_to_hash(fqdncache_entry * f) { - if (hash_join(fqdn_table, (hash_link *) f)) { - debug(35, 1) ("fqdncache_add_to_hash: Cannot add %s (%p) to hash table %d.\n", - f->name, f, fqdn_table); - } debug(35, 5) ("fqdncache_add_to_hash: name <%s>\n", f->name); + hash_join(fqdn_table, (hash_link *) f); } static void