mirror of
git://erdgeist.org/opentracker
synced 2025-04-22 05: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;
|
exactmatch = !exactmatch;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if( !exactmatch )
|
if( exactmatch )
|
||||||
return NULL;
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue