mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-23 01:11:40 +00:00
wgengine/magicsock: delete inaccurate comment
I meant to include this in the earlier commit.
This commit is contained in:
parent
6ddbcab71e
commit
60ea635c6d
@ -1175,7 +1175,6 @@ func (c *Conn) bind1(ruc **RebindingUDPConn, which string) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if pc == nil {
|
if pc == nil {
|
||||||
// If unavailable, pick any port.
|
|
||||||
pc, err = net.ListenPacket(which, fmt.Sprintf(":%d", c.pconnPort))
|
pc, err = net.ListenPacket(which, fmt.Sprintf(":%d", c.pconnPort))
|
||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user