From: wessels <> Date: Fri, 25 Oct 1996 06:24:21 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5588 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acf93b2446490a6097f6323a3a68d60a29795da4;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/ipcache.cc b/src/ipcache.cc index 65b03e2397..070b1abfbc 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,5 +1,5 @@ /* - * $Id: ipcache.cc,v 1.77 1996/10/25 00:22:13 wessels Exp $ + * $Id: ipcache.cc,v 1.78 1996/10/25 00:24:21 wessels Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -740,7 +740,7 @@ ipcache_init(void) debug(14, 1, "Successful DNS name lookup tests...\n"); } - ip_table = hash_create(urlcmp, 229, hash4); /* small hash table */ + ip_table = hash_create(urlcmp, 229, hash4); /* small hash table */ memset(&static_addrs, '\0', sizeof(ipcache_addrs)); static_addrs.in_addrs = xcalloc(1, sizeof(struct in_addr));