From: Amos Jeffries Date: Wed, 7 Jan 2009 10:50:12 +0000 (+1300) Subject: Convert many IPAddress to IpAddress X-Git-Tag: SQUID_3_2_0_1~1269^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7fbb7a597c89752183249fef91607b49141da01;p=thirdparty%2Fsquid.git Convert many IPAddress to IpAddress --- diff --git a/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc b/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc index a3dd1a33a1..8ae0e941cb 100644 --- a/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc +++ b/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc @@ -157,7 +157,7 @@ DiskdIOStrategy::init() char skey1[32]; char skey2[32]; char skey3[32]; - IPAddress localhost; + IpAddress localhost; ikey = (getpid() << 10) + (instanceID << 2); ikey &= 0x7fffffff; diff --git a/src/auth/digest/auth_digest.cc b/src/auth/digest/auth_digest.cc index 342e879f18..2dbe88b18b 100644 --- a/src/auth/digest/auth_digest.cc +++ b/src/auth/digest/auth_digest.cc @@ -645,7 +645,7 @@ AuthDigestUserRequest::authenticate(HttpRequest * request, ConnStateData * conn, } else { const char *useragent = request->header.getStr(HDR_USER_AGENT); - static IPAddress last_broken_addr; + static IpAddress last_broken_addr; static int seen_broken_client = 0; if (!seen_broken_client) {