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