wgengine/magicsock: delete inaccurate comment

I meant to include this in the earlier commit.
pull/198/head
Brad Fitzpatrick 2020-03-19 19:48:02 -07:00
parent 6ddbcab71e
commit 60ea635c6d
1 changed files with 0 additions and 1 deletions

View File

@ -1175,7 +1175,6 @@ func (c *Conn) bind1(ruc **RebindingUDPConn, which string) error {
}
}
if pc == nil {
// If unavailable, pick any port.
pc, err = net.ListenPacket(which, fmt.Sprintf(":%d", c.pconnPort))
}
if err != nil {