From d9381362a517bdb721a7ddfbd8bcc30914bf8518 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 26 Mar 2020 17:54:11 +0100 Subject: [PATCH] cli: allow setting VPN data and secrets to empty values --- clients/common/nm-meta-setting-desc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c index c77c1367b7..2795f497b5 100644 --- a/clients/common/nm-meta-setting-desc.c +++ b/clients/common/nm-meta-setting-desc.c @@ -6890,7 +6890,6 @@ static const NMMetaPropertyInfo *const property_infos_VPN[] = { ), .property_typ_data = DEFINE_PROPERTY_TYP_DATA_SUBTYPE (optionlist, .set_fcn = _optionlist_set_fcn_vpn_data, - .no_empty_value = TRUE, ), ), PROPERTY_INFO_WITH_DESC (NM_SETTING_VPN_SECRETS, @@ -6902,7 +6901,6 @@ static const NMMetaPropertyInfo *const property_infos_VPN[] = { ), .property_typ_data = DEFINE_PROPERTY_TYP_DATA_SUBTYPE (optionlist, .set_fcn = _optionlist_set_fcn_vpn_secrets, - .no_empty_value = TRUE, ), ), PROPERTY_INFO_WITH_DESC (NM_SETTING_VPN_PERSISTENT,