mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-16 03:14:44 +00:00

This reverts commit 08baa17d9a
.
It caused deadlocks due to lock ordering violations.
It was not the right fix, and thus should simply be reverted
while we look for the right fix (if we haven't already found it
in the interim; we've fixed other logging-after-test issues).
Fixes #1161