mirror of
https://git.zx2c4.com/wireguard-go
synced 2024-11-15 01:05:15 +01:00
conn: remove useless comment
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
59e556f24e
commit
d6de6f3ce6
@ -73,7 +73,6 @@ func listenNet(network string, port int) (*net.UDPConn, int, error) {
|
||||
}
|
||||
|
||||
// Retrieve port.
|
||||
// TODO(crawshaw): under what circumstances is this necessary?
|
||||
laddr := conn.LocalAddr()
|
||||
uaddr, err := net.ResolveUDPAddr(
|
||||
laddr.Network(),
|
||||
|
Loading…
Reference in New Issue
Block a user