(trunk libT) when calling tr_torrentSetAnnounceList(), reset the tracker IDs to new, but unique, numbers synchronized between tr_info and the torrent stats

This commit is contained in:
Charles Kerr 2010-02-22 00:11:19 +00:00
parent 5e25252781
commit d0e5e68ac1
1 changed files with 0 additions and 1 deletions

View File

@ -310,7 +310,6 @@ trackerItemCopyAttributes( tr_tracker_item * t, const tr_tracker_item * o )
t->leecherCount = o->leecherCount;
t->downloadCount = o->downloadCount;
t->downloaderCount = o->downloaderCount;
t->id = o->id;
memcpy( t->key_param, o->key_param, sizeof( t->key_param ) );
}