mirror of https://github.com/tailscale/tailscale/
ipn: make Notify.Prefs be a *ipn.PrefsView
It is currently a `ipn.PrefsView` which means when we do a JSON roundtrip,
we go from an invalid Prefs to a valid one.
This makes it a pointer, which fixes the JSON roundtrip.
This was introduced in 0957bc5af2
.
Signed-off-by: Maisem Ali <maisem@tailscale.com>
pull/6192/head
parent
c3a5489e72
commit
6afe26575c
Loading…
Reference in New Issue