diff --git a/src/core/link.go b/src/core/link.go index 963963a..860c3b8 100644 --- a/src/core/link.go +++ b/src/core/link.go @@ -219,7 +219,7 @@ func (intf *link) handler() error { // Don't connect to this link more than once. if intf.links.isConnectedTo(intf.info) { - return fmt.Errorf("already connected to this node") + return nil } // Mark the connection as in progress.