{
const tr_torrent * const torrent = msgs->torrent;
-
/* there are lots of reasons we might not want to request any blocks... */
- if( tr_torrentIsSeed( torrent ) || !tr_torrentHasMetadata( torrent )
+ if( tr_torrentIsSeed( torrent ) || !tr_torrentHasMetadata( torrent )
|| msgs->peer->clientIsChoked
|| !msgs->peer->clientIsInterested )
{
/* the server seems to be accepting more connections now */
w->consecutive_failures = w->retry_tickcount = w->retry_challenge = 0;
- if( inf->redirect_url &&
+ if( inf->redirect_url &&
(tor = tr_torrentFindFromId( w->session, w->torrent_id )))
{
uint64_t file_offset;