mirror of
git://erdgeist.org/opentracker
synced 2025-04-21 21:52:00 +02:00
Forgot to notify central counter about torrent removal
This commit is contained in:
parent
ff3c0feab5
commit
f8af5c4b09
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ size_t return_udp_scrape_for_torrent( ot_hash hash, char *reply ) {
|
|||
r[2] = htonl( torrent->peer_list->peer_count-torrent->peer_list->seed_count );
|
||||
}
|
||||
}
|
||||
mutex_bucket_unlock_by_hash( hash, 0 );
|
||||
mutex_bucket_unlock_by_hash( hash, delta_torrentcount );
|
||||
return 12;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue