diff options
author | erdgeist <> | 2007-03-02 02:23:03 +0000 |
---|---|---|
committer | erdgeist <> | 2007-03-02 02:23:03 +0000 |
commit | a73186988fed55d3eae185d9576feb5ab9a36e1f (patch) | |
tree | 34dbc9b33f4ec1584b6461954487cce97bd5ff7c | |
parent | 2313de59e54091a4032a15ff9d64f197d05d7557 (diff) |
stupid mistake in remove torrent call
-rw-r--r-- | trackerlogic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trackerlogic.c b/trackerlogic.c index 2c0dd4f..3b83b77 100644 --- a/trackerlogic.c +++ b/trackerlogic.c | |||
@@ -464,7 +464,7 @@ size_t return_stats_for_tracker( char *reply, int mode ) { | |||
464 | 464 | ||
465 | if( clean_peerlist( time_now, peer_list ) ) { | 465 | if( clean_peerlist( time_now, peer_list ) ) { |
466 | ot_hash *hash =&( ((ot_torrent*)(torrents_list->data))[j] ).hash; | 466 | ot_hash *hash =&( ((ot_torrent*)(torrents_list->data))[j] ).hash; |
467 | vector_remove_torrent( torrents_list->data, hash ); | 467 | vector_remove_torrent( torrents_list, hash ); |
468 | --j; | 468 | --j; |
469 | continue; | 469 | continue; |
470 | } | 470 | } |