mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
fix vet oops
This commit is contained in:
@@ -60,7 +60,6 @@ func NewListener(l *logrus.Logger, ip netip.Addr, port int, multi bool, batch in
|
|||||||
_ = udpConn.Close()
|
_ = udpConn.Close()
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
udpConn.LocalAddr().String()
|
|
||||||
|
|
||||||
//steal the socket's fd for sending
|
//steal the socket's fd for sending
|
||||||
var sockFd uintptr
|
var sockFd uintptr
|
||||||
|
|||||||
Reference in New Issue
Block a user