Browse Source

stupid mistake in remove torrent call

dynamic-accesslists
erdgeist 18 years ago
parent
commit
a73186988f
  1. 2
      trackerlogic.c

2
trackerlogic.c

@ -464,7 +464,7 @@ size_t return_stats_for_tracker( char *reply, int mode ) {
if( clean_peerlist( time_now, peer_list ) ) { if( clean_peerlist( time_now, peer_list ) ) {
ot_hash *hash =&( ((ot_torrent*)(torrents_list->data))[j] ).hash; ot_hash *hash =&( ((ot_torrent*)(torrents_list->data))[j] ).hash;
vector_remove_torrent( torrents_list->data, hash ); vector_remove_torrent( torrents_list, hash );
--j; --j;
continue; continue;
} }

Loading…
Cancel
Save