remove leftover comparison from when there was more than one proxy setting

This commit is contained in:
Arvid Norberg 2014-07-01 07:48:34 +00:00
parent a15b4ef514
commit 34737965d1
1 changed files with 1 additions and 2 deletions

View File

@ -5466,8 +5466,7 @@ retry:
// if peer connections are set up to be received over a socks
// proxy, and it's the same one as we're using for the tracker
// just tell the tracker the socks5 port we're listening on
if (m_socks_listen_socket && m_socks_listen_socket->is_open()
&& m_proxy.hostname == m_proxy.hostname)
if (m_socks_listen_socket && m_socks_listen_socket->is_open())
return m_socks_listen_port;
// if not, don't tell the tracker anything if we're in force_proxy