ipn/ipnlocal: fix Prefs access without mu being held

Noticed while working on a different fix.

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali 2022-12-02 23:04:00 +05:00 committed by Maisem Ali
parent cdb924f87b
commit 86b6ff61e6
1 changed files with 1 additions and 1 deletions

View File

@ -1167,8 +1167,8 @@ func (b *LocalBackend) Start(opts ipn.Options) error {
b.logf("Start: already running; sending notify")
nm := b.netMap
state := b.state
b.mu.Unlock()
p := b.pm.CurrentPrefs()
b.mu.Unlock()
b.send(ipn.Notify{
State: &state,
NetMap: nm,