Remove leftover tracker authentication code

This commit is contained in:
sledgehammer999
2019-01-23 02:38:46 +02:00
parent 3b949c4a8a
commit 4a414d50f1
3 changed files with 0 additions and 10 deletions

View File

@@ -1463,9 +1463,6 @@ void TorrentHandle::handleTrackerErrorAlert(const libtorrent::tracker_error_aler
m_trackerInfos[trackerUrl].lastMessage = message;
if (p->status_code == 401)
m_session->handleTorrentTrackerAuthenticationRequired(this, trackerUrl);
m_session->handleTorrentTrackerError(this, trackerUrl);
}