]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
don't need table check now because we fixed NDnsServersAlloc value
authorwessels <>
Thu, 15 Aug 1996 03:54:48 +0000 (03:54 +0000)
committerwessels <>
Thu, 15 Aug 1996 03:54:48 +0000 (03:54 +0000)
src/fqdncache.cc

index 5275ae43bdabca0eecbc0290a8f42a3ef96ea8a9..fb7a16f51c9d19e4d447e25eec23eba378869877 100644 (file)
@@ -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++;