From f7fbb7a597c89752183249fef91607b49141da01 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 7 Jan 2009 23:50:12 +1300 Subject: [PATCH] Convert many IPAddress to IpAddress --- src/DiskIO/DiskDaemon/DiskdIOStrategy.cc | 2 +- src/auth/digest/auth_digest.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.47.3