mirror of
https://github.com/transmission/transmission
synced 2025-03-12 15:14:12 +00:00
(trunk libT) fix call to updateDesiredRequestCount() reported by sadface
This commit is contained in:
parent
cda43c5e30
commit
22e61e68ed
1 changed files with 1 additions and 1 deletions
|
@ -1999,7 +1999,7 @@ peerPulse( void * vmsgs )
|
|||
const time_t now = tr_time( );
|
||||
|
||||
if ( tr_isPeerIo( msgs->peer->io ) ) {
|
||||
updateDesiredRequestCount( msgs, now );
|
||||
updateDesiredRequestCount( msgs, tr_date( ) );
|
||||
updateBlockRequests( msgs );
|
||||
updateMetadataRequests( msgs, now );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue