diff options
author | erdgeist <> | 2009-02-20 11:07:30 +0000 |
---|---|---|
committer | erdgeist <> | 2009-02-20 11:07:30 +0000 |
commit | f8af5c4b09d41c56d920a9e440b1f5ce657f1948 (patch) | |
tree | 52300ff35f1a5e2053761470967112d9abe2bea1 /trackerlogic.c | |
parent | ff3c0feab522734fc601441c97509dcaa5199cd6 (diff) |
Forgot to notify central counter about torrent removal
Diffstat (limited to 'trackerlogic.c')
-rw-r--r-- | trackerlogic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trackerlogic.c b/trackerlogic.c index 45ece4a..182fa94 100644 --- a/trackerlogic.c +++ b/trackerlogic.c | |||
@@ -261,7 +261,7 @@ size_t return_udp_scrape_for_torrent( ot_hash hash, char *reply ) { | |||
261 | r[2] = htonl( torrent->peer_list->peer_count-torrent->peer_list->seed_count ); | 261 | r[2] = htonl( torrent->peer_list->peer_count-torrent->peer_list->seed_count ); |
262 | } | 262 | } |
263 | } | 263 | } |
264 | mutex_bucket_unlock_by_hash( hash, 0 ); | 264 | mutex_bucket_unlock_by_hash( hash, delta_torrentcount ); |
265 | return 12; | 265 | return 12; |
266 | } | 266 | } |
267 | 267 | ||