summaryrefslogtreecommitdiff
path: root/trackerlogic.c
diff options
context:
space:
mode:
authorerdgeist <>2007-01-18 13:06:49 +0000
committererdgeist <>2007-01-18 13:06:49 +0000
commit908649af9841b224d783bcf091fa3bb2e29dfd07 (patch)
tree05855f6562c87353c86dae6504b638c8524b19d5 /trackerlogic.c
parent7c4fcdbd970220e903e63938a94257d5c70cafc9 (diff)
From now the OT_CLIENT_TIMEOUT will be enforced, even if some data arrived inside this interval
Diffstat (limited to 'trackerlogic.c')
-rw-r--r--trackerlogic.c4
1 files changed, 0 insertions, 4 deletions
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 ) {
393 } 393 }
394} 394}
395 395
396void cleanup_torrents( void ) {
397
398}
399
400int init_logic( char *serverdir ) { 396int init_logic( char *serverdir ) {
401 if( serverdir && chdir( serverdir ) ) { 397 if( serverdir && chdir( serverdir ) ) {
402 fprintf( stderr, "Could not chdir() to %s\n", serverdir ); 398 fprintf( stderr, "Could not chdir() to %s\n", serverdir );