]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Fixed the inverse interpretation of black/white listing
authorerdgeist <>
Sat, 18 Aug 2007 12:51:13 +0000 (12:51 +0000)
committererdgeist <>
Sat, 18 Aug 2007 12:51:13 +0000 (12:51 +0000)
trackerlogic.c

index 184edaedad05f72a6cbb98ec3b071da16d463323..c8b9e030b044c620a95eab1153a0d2a60c6fe7a7 100644 (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