ipn: don't clobber netinfo in Start().

reviewable/pr185/r1
David Anderson 5 years ago
parent 8b8e3f08a0
commit aeb88864e0

@ -139,7 +139,8 @@ func (b *LocalBackend) Start(opts Options) error {
}
if b.hiCache != nil {
hi.Services = b.hiCache.Services // keep any previous session
hi.Services = b.hiCache.Services // keep any previous session and netinfo
hi.NetInfo = b.hiCache.NetInfo
}
b.hiCache = hi
b.state = NoState

Loading…
Cancel
Save