From 908649af9841b224d783bcf091fa3bb2e29dfd07 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 18 Jan 2007 13:06:49 +0000 Subject: From now the OT_CLIENT_TIMEOUT will be enforced, even if some data arrived inside this interval --- trackerlogic.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'trackerlogic.c') diff --git a/trackerlogic.c b/trackerlogic.c index b044245..6c988df 100644 --- a/trackerlogic.c +++ b/trackerlogic.c @@ -393,10 +393,6 @@ void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ) { } } -void cleanup_torrents( void ) { - -} - int init_logic( char *serverdir ) { if( serverdir && chdir( serverdir ) ) { fprintf( stderr, "Could not chdir() to %s\n", serverdir ); -- cgit v1.2.3