(trunk libT) add another seed-ratio check when starting a torrent, as per Mitchell's suggestion

This commit is contained in:
Charles Kerr 2009-03-02 23:52:25 +00:00
parent 983febee3b
commit ebe125e896
1 changed files with 1 additions and 0 deletions

View File

@ -1178,6 +1178,7 @@ checkAndStartImpl( void * vtor )
tor->startDate = time( NULL );
tr_trackerStart( tor->tracker );
tr_peerMgrStartTorrent( tor );
tr_torrentCheckSeedRatio( tor );
tr_globalUnlock( tor->session );
}