(trunk libT) revert r9026 from ticket #2357

This commit is contained in:
Charles Kerr 2009-09-01 03:42:16 +00:00
parent be98310bb5
commit 1184d58302
1 changed files with 2 additions and 4 deletions

View File

@ -776,8 +776,7 @@ buildTrackerRequestURI( tr_tracker * t,
"&compact=1"
"&supportcrypto=1"
"&numwant=%d"
"&key=%s"
"&upload_only=%d", /* ticket #2357 */
"&key=%s",
strchr( ann, '?' ) ? '&' : '?',
t->escaped,
t->peer_id,
@ -787,8 +786,7 @@ buildTrackerRequestURI( tr_tracker * t,
torrent->corruptCur,
tr_cpLeftUntilComplete( &torrent->completion ),
numwant,
t->key_param,
tr_torrentIsSeed( torrent ) ? 1 : 0 );
t->key_param );
if( t->session->encryptionMode == TR_ENCRYPTION_REQUIRED )
evbuffer_add_printf( buf, "&requirecrypto=1" );