ipn: be more consistent with omitempty on debug/rare Prefs

Change-Id: Ib0ec72f243cdb2aca8dd392644d4eed33c3f92e6
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/6573/head
Brad Fitzpatrick 1 year ago committed by Brad Fitzpatrick
parent f710d1cb20
commit 74744b0a4c

@ -161,7 +161,7 @@ type Prefs struct {
ForceDaemon bool `json:"ForceDaemon,omitempty"`
// Egg is a optional debug flag.
Egg bool
Egg bool `json:",omitempty"`
// The following block of options only have an effect on Linux.

Loading…
Cancel
Save