1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-04 05:22:40 +00:00

(trunk libT) #2641 "a magnetic-induced crash because of malformed url" -- fixed in trunk for 1.80b2

This commit is contained in:
Charles Kerr 2009-12-09 04:28:53 +00:00
parent 4530ffe5ec
commit 02f4038f67

View file

@ -755,7 +755,7 @@ addTorrentToTier( tr_announcer * announcer, tr_torrent_tiers * tiers, tr_torrent
int tierIndex = -1;
tr_tier * tier = NULL;
for( i=0; i<trackerCount; ++i )
for( i=0; i<n; ++i )
{
const tr_tracker_info * info = infos[i];