1
0
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:
erdgeist 2007-08-18 12:51:13 +00:00
parent 3e47339b6c
commit ea276fa0bf

View File

@ -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