]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 26 May 2010 00:13:11 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 26 May 2010 00:13:11 +0000 (18:13 -0600)
src/forward.cc

index 96849bdc7df60bf692036ee3d70962edde39dfb0..8aff1aaa91594104cac2182e30097666866ba811 100644 (file)
@@ -1344,7 +1344,7 @@ getOutgoingAddr(HttpRequest * request, struct peer *dst_peer)
                 return request->indirect_client_addr;
             else
 #endif
-               return request->client_addr;
+                return request->client_addr;
         }
         // else no tproxy today ...
     }