From: Amos Jeffries Date: Sat, 12 Apr 2008 15:16:27 +0000 (-0600) Subject: Fallout from build-testing the new backports. X-Git-Tag: SQUID_3_0_STABLE5~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5019135ca9b0d9208c99b485900169340eda51d;p=thirdparty%2Fsquid.git Fallout from build-testing the new backports. --- diff --git a/src/forward.cc b/src/forward.cc index cfcacf0be1..4d083dafad 100644 --- a/src/forward.cc +++ b/src/forward.cc @@ -1220,7 +1220,7 @@ FwdState::updateHierarchyInfo() assert(server_fd >= 0); nextHop = fd_table[server_fd].ipaddr; if (!Config.onoff.log_ip_on_direct || !nextHop[0]) - nextHop = request->GetHost(); // domain name + nextHop = request->host; // domain name } assert(nextHop);