diff --git a/core/src/main/groovy/com/muwire/core/connection/UltrapeerConnectionManager.groovy b/core/src/main/groovy/com/muwire/core/connection/UltrapeerConnectionManager.groovy index c4e9f4ec..367c61e8 100644 --- a/core/src/main/groovy/com/muwire/core/connection/UltrapeerConnectionManager.groovy +++ b/core/src/main/groovy/com/muwire/core/connection/UltrapeerConnectionManager.groovy @@ -32,8 +32,8 @@ class UltrapeerConnectionManager extends ConnectionManager { } @Override public void drop(Destination d) { - // TODO Auto-generated method stub - + peerConnections.get(d)?.close() + leafConnections.get(d)?.close() } void onQueryEvent(QueryEvent e) {