Remove get_bridge_pt_addrport().
commitcd56b1a86ea255ba4bfc77959a88bfcd616ef516
authorYawning Angel <yawning@schwanenlied.me>
Thu, 1 May 2014 03:30:09 +0000 (1 03:30 +0000)
committerYawning Angel <yawning@schwanenlied.me>
Wed, 21 May 2014 08:14:39 +0000 (21 08:14 +0000)
treeb091df98d1cfdb47ba7be2c72b21dfc31c8b872f
parent7a18ac7454f16a2ac592312e041f9bb9f30cae31
Remove get_bridge_pt_addrport().

The code was not disambiguating ClientTransportPlugin configured and
not used, and ClientTransportPlugin configured, but in a failed state.

The right thing to do is to undo moving the get_transport_by_addrport()
call back into get_proxy_addrport(), and remove and explicit check for
using a Bridge since by the time the check is made, if a Bridge is
being used, it is PT/proxy-less.
src/or/connection.c