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:
parent
4530ffe5ec
commit
02f4038f67
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ addTorrentToTier( tr_announcer * announcer, tr_torrent_tiers * tiers, tr_torrent
|
||||||
int tierIndex = -1;
|
int tierIndex = -1;
|
||||||
tr_tier * tier = NULL;
|
tr_tier * tier = NULL;
|
||||||
|
|
||||||
for( i=0; i<trackerCount; ++i )
|
for( i=0; i<n; ++i )
|
||||||
{
|
{
|
||||||
const tr_tracker_info * info = infos[i];
|
const tr_tracker_info * info = infos[i];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue