From ea276fa0bf0cd17537344549860e490e527db53f Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 18 Aug 2007 12:51:13 +0000 Subject: Fixed the inverse interpretation of black/white listing --- trackerlogic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trackerlogic.c') diff --git a/trackerlogic.c b/trackerlogic.c index 184edae..c8b9e03 100644 --- a/trackerlogic.c +++ b/trackerlogic.c @@ -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 -- cgit v1.2.3