]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Wed, 25 Jun 1997 02:24:20 +0000 (02:24 +0000)
committerwessels <>
Wed, 25 Jun 1997 02:24:20 +0000 (02:24 +0000)
src/net_db.cc

index 9a96f267b38752bfc232c222b7688990cc444144..d1cd7c6afca5c2f4d61b991670da1e81f3689134 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: net_db.cc,v 1.42 1997/06/17 19:00:02 wessels Exp $
+ * $Id: net_db.cc,v 1.43 1997/06/24 20:24:20 wessels Exp $
  *
  * DEBUG: section 37    Network Measurement Database
  * AUTHOR: Duane Wessels
@@ -452,10 +452,7 @@ netdbPingSite(const char *hostname)
     if ((n = netdbLookupHost(hostname)) != NULL)
        if (n->next_ping_time > squid_curtime)
            return;
-    ipcache_nbgethostbyname(hostname,
-       netdbSendPing,
-       (void *) xstrdup(hostname),
-       NULL);
+    ipcache_nbgethostbyname(hostname, netdbSendPing, (void *) xstrdup(hostname));
 #endif
 }