fix vet oops

This commit is contained in:
JackDoan
2026-04-14 12:32:24 -05:00
parent 4c4faa3fac
commit f4c8dfdfd2

View File

@@ -60,7 +60,6 @@ func NewListener(l *logrus.Logger, ip netip.Addr, port int, multi bool, batch in
_ = udpConn.Close()
return nil, err
}
udpConn.LocalAddr().String()
//steal the socket's fd for sending
var sockFd uintptr