Fix lint error

This commit is contained in:
Neil Alexander
2026-01-18 15:04:28 +00:00
parent aad8c9a9cb
commit 9e781cc912

View File

@@ -22,7 +22,7 @@ func (t *linkTCP) getControl(sintf string) func(string, string, syscall.RawConn)
}
_ = c.Control(btd)
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)
}