Browse Source

Fixed the inverse interpretation of black/white listing

dynamic-accesslists
erdgeist 17 years ago
parent
commit
ea276fa0bf
  1. 2
      trackerlogic.c

2
trackerlogic.c

@ -167,7 +167,7 @@ ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changese @@ -167,7 +167,7 @@ ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer, int from_changese
exactmatch = !exactmatch;
#endif
if( !exactmatch )
if( exactmatch )
return NULL;
#endif

Loading…
Cancel
Save