]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in rev.13366
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 21 Apr 2014 15:07:31 +0000 (09:07 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 21 Apr 2014 15:07:31 +0000 (09:07 -0600)
src/peer_select.cc

index a17a4429b1c18b0dc50b3514a257233d10ae3281..73d68138ee807c2fbbcd3a8417b89ac8d0b3e7a6 100644 (file)
@@ -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...