Browse Source

Formatting

dynamic-accesslists
erdgeist 16 years ago
parent
commit
b2bd9f7d91
  1. 1
      ot_livesync.c

1
ot_livesync.c

@ -287,6 +287,7 @@ void livesync_handle_tell( ssize_t datalen ) { @@ -287,6 +287,7 @@ void livesync_handle_tell( ssize_t datalen ) {
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;

Loading…
Cancel
Save