mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-02 18:11:59 +00:00
wgengine: revert wgdev.Close on Close from last commit
Causes as-yet-unknown problems in some tests. Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
@@ -564,7 +564,6 @@ func (e *userspaceEngine) Close() {
|
|||||||
e.wgdev.IpcSetOperation(r)
|
e.wgdev.IpcSetOperation(r)
|
||||||
e.linkMon.Close()
|
e.linkMon.Close()
|
||||||
e.router.Close()
|
e.router.Close()
|
||||||
e.wgdev.Close()
|
|
||||||
e.magicConn.Close()
|
e.magicConn.Close()
|
||||||
close(e.waitCh)
|
close(e.waitCh)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user