mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-22 13:56:30 +03:00
Fix lint error
This commit is contained in:
@@ -22,7 +22,7 @@ func (t *linkTCP) getControl(sintf string) func(string, string, syscall.RawConn)
|
|||||||
}
|
}
|
||||||
_ = c.Control(btd)
|
_ = c.Control(btd)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.links.core.log.Debugln("Failed to set SO_BINDTODEVICE:", sintf)
|
t.core.log.Debugln("Failed to set SO_BINDTODEVICE:", sintf)
|
||||||
}
|
}
|
||||||
return t.tcpContext(network, address, c)
|
return t.tcpContext(network, address, c)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user