mirror of
https://github.com/tailscale/tailscale.git
synced 2025-11-17 08:31:26 +01:00
On Windows, configureInterface starts a goroutine reconfiguring the Windows firewall. But if configureInterface fails later, that goroutine kept running and likely failing forever, spamming logs. Make it stop quietly if its launching goroutine filed.