mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +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:
parent
9390a3ef55
commit
44670d0da9
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user