From: wessels <> Date: Thu, 15 Aug 1996 03:54:48 +0000 (+0000) Subject: don't need table check now because we fixed NDnsServersAlloc value X-Git-Tag: SQUID_3_0_PRE1~5970 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e75cc58925be17e01d1f11383ce3f29d46058693;p=thirdparty%2Fsquid.git don't need table check now because we fixed NDnsServersAlloc value --- diff --git a/src/fqdncache.cc b/src/fqdncache.cc index 5275ae43bd..fb7a16f51c 100644 --- a/src/fqdncache.cc +++ b/src/fqdncache.cc @@ -1,6 +1,6 @@ /* - * $Id: fqdncache.cc,v 1.7 1996/08/12 23:22:35 wessels Exp $ + * $Id: fqdncache.cc,v 1.8 1996/08/14 21:54:48 wessels Exp $ * * DEBUG: section 35 FQDN Cache * AUTHOR: Harvest Derived @@ -903,8 +903,6 @@ char *fqdncache_gethostbyaddr(addr, flags) struct hostent *hp = NULL; unsigned int ip; - if (fqdn_table == 0) - return NULL; if (!name) fatal_dump("fqdncache_gethostbyaddr: NULL name"); FqdncacheStats.requests++;