Changeset 9028
- Timestamp:
- Sep 1, 2009, 3:42:16 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tracker.c
r9026 r9028 777 777 "&supportcrypto=1" 778 778 "&numwant=%d" 779 "&key=%s" 780 "&upload_only=%d", /* ticket #2357 */ 779 "&key=%s", 781 780 strchr( ann, '?' ) ? '&' : '?', 782 781 t->escaped, … … 788 787 tr_cpLeftUntilComplete( &torrent->completion ), 789 788 numwant, 790 t->key_param, 791 tr_torrentIsSeed( torrent ) ? 1 : 0 ); 789 t->key_param ); 792 790 793 791 if( t->session->encryptionMode == TR_ENCRYPTION_REQUIRED )
Note: See TracChangeset
for help on using the changeset viewer.