diff options
-rw-r--r-- | trackerlogic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
167 | exactmatch = !exactmatch; | 167 | exactmatch = !exactmatch; |
168 | #endif | 168 | #endif |
169 | 169 | ||
170 | if( !exactmatch ) | 170 | if( exactmatch ) |
171 | return NULL; | 171 | return NULL; |
172 | #endif | 172 | #endif |
173 | 173 | ||