mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-26 01:21:30 +02:00
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.