]> granicus.if.org Git - transmission/commitdiff
(trunk libT) when calling tr_torrentSetAnnounceList(), reset the tracker IDs to new...
authorCharles Kerr <charles@transmissionbt.com>
Mon, 22 Feb 2010 00:11:19 +0000 (00:11 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Mon, 22 Feb 2010 00:11:19 +0000 (00:11 +0000)
libtransmission/announcer.c

index ff8f63de63c766e55b7565d89db0e76d896afd55..3964b551a2a3efe43ed00e7067ce60fa3211cbb9 100644 (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 ) );
 }