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:
parent
cdb924f87b
commit
86b6ff61e6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue