From a5c0723a839c1bbad90a24782063d30078433a8f Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Thu, 6 Nov 2025 10:53:24 -0500 Subject: [PATCH] switch back to omitempty Signed-off-by: Lee Briggs --- ipn/prefs.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipn/prefs.go b/ipn/prefs.go index f487df034..114bc424f 100644 --- a/ipn/prefs.go +++ b/ipn/prefs.go @@ -376,9 +376,9 @@ type MaskedPrefs struct { AutoUpdateSet AutoUpdatePrefsMask `json:",omitempty"` AppConnectorSet bool `json:",omitempty"` PostureCheckingSet bool `json:",omitempty"` - NetfilterKindSet bool `json:",omitzero"` - DriveSharesSet bool `json:",omitzero"` - RelayServerPortSet bool `json:",omitzero"` + NetfilterKindSet bool `json:",omitempty"` + DriveSharesSet bool `json:",omitempty"` + RelayServerPortSet bool `json:",omitempty"` StaticEndpointsSet bool `json:",omitzero"` }