# MutantHub mutant #86: Logical operator mutation at addrman.cpp:660
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/addrman.cpp:660-660
# Review: APPROVED; outcome: KILLED
--- a/src/addrman.cpp
+++ b/src/addrman.cpp
@@ -660,1 +660,1 @@
-    if (test_before_evict && (vvTried[tried_bucket][tried_bucket_pos] != -1)) {
+    if (test_before_evict || (vvTried[tried_bucket][tried_bucket_pos] != -1)) {
