mirror of
git://erdgeist.org/opentracker
synced 2025-02-17 06:31:30 +08:00
Formatting
This commit is contained in:
parent
928dc36f74
commit
b2bd9f7d91
@ -287,6 +287,7 @@ void livesync_handle_tell( ssize_t datalen ) {
|
|||||||
size_t down_count_remote;
|
size_t down_count_remote;
|
||||||
int exactmatch;
|
int exactmatch;
|
||||||
ot_torrent *torrent = vector_find_or_insert(torrents_list, hash, sizeof(ot_hash), OT_HASH_COMPARE_SIZE, &exactmatch);
|
ot_torrent *torrent = vector_find_or_insert(torrents_list, hash, sizeof(ot_hash), OT_HASH_COMPARE_SIZE, &exactmatch);
|
||||||
|
|
||||||
if( !torrent ) {
|
if( !torrent ) {
|
||||||
mutex_bucket_unlock_by_hash( *hash, 0 );
|
mutex_bucket_unlock_by_hash( *hash, 0 );
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user