]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove rev10092 - missing dependent feature
authorAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 3 Sep 2010 09:20:33 +0000 (03:20 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 3 Sep 2010 09:20:33 +0000 (03:20 -0600)
src/tunnel.cc

index 6bcdff3d5d6dd632d773992285a99932f18ed787..60db83e2db7e0cb68f0f91ad90e79fe29ef6aefc 100644 (file)
@@ -680,8 +680,6 @@ tunnelStart(ClientHttpRequest * http, int64_t * size_ptr, int *status_ptr)
         return;
     }
 
-    request->hier.peer_local_port = comm_local_port(sock); // for %<lp logging
-
     tunnelState = new TunnelStateData;
 #if DELAY_POOLS