mirror of
git://erdgeist.org/opentracker
synced 2025-01-27 15:16:31 +00:00
Fixed the inverse interpretation of black/white listing
This commit is contained in:
parent
3e47339b6c
commit
ea276fa0bf
@ -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…
x
Reference in New Issue
Block a user