Files
netbird/shared/management/client
Zoltán Papp c542dae2b5 [client] Skip the sweeper dial option without a netevents manager
Review feedback on #7254: restore the nil guard around WithSweeper in the
signal and management clients. The nil *Manager is safe through the whole
dial chain, but passing it into the Sweeper interface hides that behind a
typed nil, and on desktop, where the manager is always nil, the extra
context dialer overrode WithCustomDialer just to be a no-op.
2026-08-25 15:15:07 +02:00
..