From 392ed28bb197a2566b0ff40e7a67480db9780fae Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 20 Feb 1997 00:11:06 +0000 Subject: [PATCH] gindent --- src/ipcache.cc | 4 ++-- src/net_db.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ipcache.cc b/src/ipcache.cc index 9984c4e780..0f07480437 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -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); } diff --git a/src/net_db.cc b/src/net_db.cc index 8f29388204..78e05088e4 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -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 *), -- 2.47.3