From b2bd9f7d916d3edbf7be3ff3ac24db9befbff892 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 20 Feb 2009 12:31:17 +0000 Subject: Formatting --- ot_livesync.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ot_livesync.c b/ot_livesync.c index bca7e12..9e1c723 100644 --- a/ot_livesync.c +++ b/ot_livesync.c @@ -282,11 +282,12 @@ void livesync_handle_tell( ssize_t datalen ) { g_next_beacon_time = g_now_seconds + LIVESYNC_BEACON_INTERVAL; while( off + sizeof(ot_hash) + 12 <= (size_t)datalen ) { - ot_hash *hash = (ot_hash*)(g_inbuffer+off); - ot_vector *torrents_list = mutex_bucket_lock_by_hash(*hash); - size_t down_count_remote; - int exactmatch; - ot_torrent * torrent = vector_find_or_insert(torrents_list, hash, sizeof(ot_hash), OT_HASH_COMPARE_SIZE, &exactmatch); + ot_hash *hash = (ot_hash*)(g_inbuffer+off); + ot_vector *torrents_list = mutex_bucket_lock_by_hash(*hash); + size_t down_count_remote; + int exactmatch; + ot_torrent *torrent = vector_find_or_insert(torrents_list, hash, sizeof(ot_hash), OT_HASH_COMPARE_SIZE, &exactmatch); + if( !torrent ) { mutex_bucket_unlock_by_hash( *hash, 0 ); continue; -- cgit v1.2.3