diff options
Diffstat (limited to 'ot_clean.c')
| -rw-r--r-- | ot_clean.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -100,7 +100,7 @@ int clean_single_torrent( ot_torrent *torrent ) { | |||
| 100 | /* Clean up all peers in current bucket, remove timedout pools and | 100 | /* Clean up all peers in current bucket, remove timedout pools and | 
| 101 | torrents */ | 101 | torrents */ | 
| 102 | static void * clean_worker( void * args ) { | 102 | static void * clean_worker( void * args ) { | 
| 103 | args=args; | 103 | (void) args; | 
| 104 | while( 1 ) { | 104 | while( 1 ) { | 
| 105 | int bucket = OT_BUCKET_COUNT; | 105 | int bucket = OT_BUCKET_COUNT; | 
| 106 | while( bucket-- ) { | 106 | while( bucket-- ) { | 
