diff --git a/core/src/main/groovy/com/muwire/core/hostcache/HostCache.groovy b/core/src/main/groovy/com/muwire/core/hostcache/HostCache.groovy index 105e64ca..63bb3472 100644 --- a/core/src/main/groovy/com/muwire/core/hostcache/HostCache.groovy +++ b/core/src/main/groovy/com/muwire/core/hostcache/HostCache.groovy @@ -55,7 +55,7 @@ class HostCache extends Service { } void onConnectionEvent(ConnectionEvent e) { - if (e.incoming || e.leaf) + if (e.leaf) return Destination dest = e.endpoint.destination Host host = hosts.get(dest)