applies ip filter to trackers as well

This commit is contained in:
Arvid Norberg
2008-10-22 19:40:32 +00:00
parent 0ed75c3f64
commit dc6564fa11
7 changed files with 65 additions and 23 deletions

View File

@@ -232,13 +232,13 @@ namespace libtorrent
{
con = new http_tracker_connection(
ios, cc, *this, req, bind_infc, c
, m_ses.settings(), m_proxy, auth);
, m_ses, m_proxy, auth);
}
else if (protocol == "udp")
{
con = new udp_tracker_connection(
ios, cc, *this, req, bind_infc
, c, m_ses.settings(), m_proxy);
, c, m_ses, m_proxy);
}
else
{