/*
- * $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
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