mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
ipn: be more consistent with omitempty on debug/rare Prefs
Change-Id: Ib0ec72f243cdb2aca8dd392644d4eed33c3f92e6 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
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…
Reference in New Issue
Block a user