- Force trackers reannounce after loading them from HD

This commit is contained in:
Christophe Dumez 2008-04-13 14:15:19 +00:00
parent 54bf7e61f7
commit 9172985173

View file

@ -1064,6 +1064,7 @@ bool bittorrent::loadTrackerFile(QString hash) {
if(trackers.size() != 0) {
QTorrentHandle h = getTorrentHandle(hash);
h.replace_trackers(trackers);
h.force_reannounce();
return true;
}else{
return false;