diff --git a/ipn/local.go b/ipn/local.go index efea3bc55..3de2b87c7 100644 --- a/ipn/local.go +++ b/ipn/local.go @@ -698,7 +698,6 @@ func (b *LocalBackend) enterState(newState State) { state := b.state prefs := b.prefs notify := b.notify - c := b.c b.mu.Unlock() if state == newState { @@ -720,9 +719,6 @@ func (b *LocalBackend) enterState(newState State) { if err != nil { b.logf("Reconfig(down): %v", err) } - if c != nil { - c.Shutdown() - } case Starting, NeedsMachineAuth: b.authReconfig() // Needed so that UpdateEndpoints can run