mirror of
git://erdgeist.org/opentracker
synced 2025-04-21 21:52:00 +02:00
Fixed the inverse interpretation of black/white listing
This commit is contained in:
parent
3e47339b6c
commit
ea276fa0bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue