From: Amos Jeffries Date: Mon, 21 Apr 2014 15:07:31 +0000 (-0600) Subject: Typo in rev.13366 X-Git-Tag: SQUID_3_5_0_1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7605be9f03598cff3a6dc82d815ff3887bc317b;p=thirdparty%2Fsquid.git Typo in rev.13366 --- diff --git a/src/peer_select.cc b/src/peer_select.cc index a17a4429b1..73d68138ee 100644 --- a/src/peer_select.cc +++ b/src/peer_select.cc @@ -257,7 +257,7 @@ peerSelectDnsPaths(ps_state *psstate) // construct a "result" adding the ORIGINAL_DST to the set instead of DIRECT Comm::ConnectionPointer p = new Comm::Connection(); p->remote = req->clientConnectionManager->clientConnection->local; - p->peerType = HIER_ORIGINAL_DST; // fs->code is DIRECT. This fixes the display. + p->peerType = ORIGINAL_DST; // fs->code is DIRECT. This fixes the display. p->setPeer(fs->_peer); // check for a configured outgoing address for this destination...