mirror of
git://erdgeist.org/opentracker
synced 2025-01-28 23:56:25 +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;
|
exactmatch = !exactmatch;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if( !exactmatch )
|
if( exactmatch )
|
||||||
return NULL;
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user