Browse Source

really check g_check_blacklist flag

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

2
trackerlogic.c

@ -166,7 +166,7 @@ ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ) { @@ -166,7 +166,7 @@ ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer ) {
#endif
#ifdef WANT_BLACKLIST
if( stat( fn - 1, &dummy_sb ) )
if( g_check_blacklist && stat( fn - 1, &dummy_sb ) )
return OT_TORRENT_ON_BLACKLIST;
#endif

Loading…
Cancel
Save