]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Thu, 20 Feb 1997 00:11:06 +0000 (00:11 +0000)
committerwessels <>
Thu, 20 Feb 1997 00:11:06 +0000 (00:11 +0000)
src/ipcache.cc
src/net_db.cc

index 9984c4e780e795be7486e36c7e5751d05791474c..0f074804370013d4e78f7168cbf24f320cbac569 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ipcache.cc,v 1.102 1997/02/19 17:08:19 wessels Exp $
+ * $Id: ipcache.cc,v 1.103 1997/02/19 17:11:06 wessels Exp $
  *
  * DEBUG: section 14    IP Cache
  * AUTHOR: Harvest Derived
@@ -712,7 +712,7 @@ ipcache_nbgethostbyname(const char *name, int fd, IPH handler, void *handlerData
     if (addrs != NULL)         /* TEMPORARY */
        debug_trap("ipcache_nbgethostbyname: Stack Trashed");
     if (NDnsServersAlloc)
-        debug(14, 0, "WARNING: blocking on gethostbyname() for '%s'\n", name);
+       debug(14, 0, "WARNING: blocking on gethostbyname() for '%s'\n", name);
     ipcache_gethostbyname(name, IP_BLOCKING_LOOKUP);
     ipcache_call_pending(i);
 }
index 8f29388204d0ab7c98a7e8125e19e90224921272..78e05088e45f6e0d7aa24f882bafc198f121e4b6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: net_db.cc,v 1.30 1997/02/19 17:09:16 wessels Exp $
+ * $Id: net_db.cc,v 1.31 1997/02/19 17:11:07 wessels Exp $
  *
  * DEBUG: section 37    Network Measurement Database
  * AUTHOR: Duane Wessels
@@ -370,7 +370,7 @@ netdbDump(StoreEntry * sentry)
        *(list + i++) = n;
     if (i != meta_data.netdb_addrs)
        debug(37, 0, "WARNING: netdb_addrs count off, found %d, expected %d\n",
-               i, meta_data.netdb_addrs);
+           i, meta_data.netdb_addrs);
     qsort((char *) list,
        i,
        sizeof(netdbEntry *),