# MutantHub mutant #227: Logical operator mutation at net_processing.cpp:3683
# Repository: bitcoin/bitcoin @ 2990bd773551c835ab0b6b59d85730adab2fd428
# File: src/net_processing.cpp:3683-3683
# Review: APPROVED; outcome: SURVIVED
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -3683,1 +3683,1 @@
-        if (pfrom.IsInboundConn() && addrMe.IsRoutable())
+        if (pfrom.IsInboundConn() || addrMe.IsRoutable())
