(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:
parent
5e25252781
commit
d0e5e68ac1
|
@ -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 ) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue