summaryrefslogtreecommitdiff
path: root/trackerlogic.c
diff options
context:
space:
mode:
Diffstat (limited to 'trackerlogic.c')
-rw-r--r--trackerlogic.c2
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