mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-15 15:36:06 +00:00
Silence already connected to this node
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user