1
0
Fork 0
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:
Charles Kerr 2009-12-16 01:32:23 +00:00
parent cda43c5e30
commit 22e61e68ed

View file

@ -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 );
}