From: wessels <> Date: Wed, 25 Jun 1997 02:24:20 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~4916 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32327ed99fe96f5b5c43b19a3d5c36c328146237;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/net_db.cc b/src/net_db.cc index 9a96f267b3..d1cd7c6afc 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -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 }