mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-19 12:08:37 +00:00
ipn/ipnlocal: fix missing defer in testExtension.Shutdown
Updates #cleanup Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
parent
f1c7b463cd
commit
ea4018b757
@ -1230,7 +1230,7 @@ func (e *testExtension) InitCalled() bool {
|
||||
func (e *testExtension) Shutdown() (err error) {
|
||||
e.t.Helper()
|
||||
e.mu.Lock()
|
||||
e.mu.Unlock()
|
||||
defer e.mu.Unlock()
|
||||
if e.ShutdownHook != nil {
|
||||
err = e.ShutdownHook(e)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user