mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk) #2204: wrong variable used in rpc-impl for webseedCount
This commit is contained in:
@@ -572,7 +572,7 @@ addField( const tr_torrent * tor, tr_benc * d, const char * key )
|
||||
tr_bencListAddInt( w, inf->files[i].dnd ? 0 : 1 );
|
||||
}
|
||||
else if( tr_streq( key, keylen, "webseeds" ) )
|
||||
addWebseeds( inf, tr_bencDictAddList( d, key, inf->trackerCount ) );
|
||||
addWebseeds( inf, tr_bencDictAddList( d, key, inf->webseedCount ) );
|
||||
else if( tr_streq( key, keylen, "webseedsSendingToUs" ) )
|
||||
tr_bencDictAddInt( d, key, st->webseedsSendingToUs );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user