Files
netbird/shared/relay/client
Zoltán Papp f52a4cdbf0 [relay] Fix build: return the concrete conn from Client.OpenConn
OpenConn now returns *Conn, but it still went through connContainer.netConn(),
which widens to net.Conn. The helper had one caller and only existed to produce
the interface value the signature no longer wants, so return container.conn
directly and drop it.
2026-09-10 03:06:58 +02:00
..