Skip to content

Commit 9e781cc

Browse files
committed
Fix lint error
1 parent aad8c9a commit 9e781cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/link_tcp_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func (t *linkTCP) getControl(sintf string) func(string, string, syscall.RawConn)
2222
}
2323
_ = c.Control(btd)
2424
if err != nil {
25-
t.links.core.log.Debugln("Failed to set SO_BINDTODEVICE:", sintf)
25+
t.core.log.Debugln("Failed to set SO_BINDTODEVICE:", sintf)
2626
}
2727
return t.tcpContext(network, address, c)
2828
}

0 commit comments

Comments
 (0)