From 1e5977b62f896e844b548c3007ace9e1dfa7f9ed Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Apr 2020 21:28:04 +0200 Subject: New upstream version 1.23.90 --- libnm-core/nm-setting-cdma.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libnm-core/nm-setting-cdma.c') diff --git a/libnm-core/nm-setting-cdma.c b/libnm-core/nm-setting-cdma.c index 60be8c8f..e303ab8a 100644 --- a/libnm-core/nm-setting-cdma.c +++ b/libnm-core/nm-setting-cdma.c @@ -34,8 +34,8 @@ typedef struct { char *number; /* For dialing, duh */ char *username; char *password; - NMSettingSecretFlags password_flags; guint32 mtu; + NMSettingSecretFlags password_flags; } NMSettingCdmaPrivate; G_DEFINE_TYPE (NMSettingCdma, nm_setting_cdma, NM_TYPE_SETTING) @@ -350,7 +350,6 @@ nm_setting_cdma_class_init (NMSettingCdmaClass *klass) g_param_spec_uint (NM_SETTING_CDMA_MTU, "", "", 0, G_MAXUINT32, 0, G_PARAM_READWRITE | - G_PARAM_CONSTRUCT | NM_SETTING_PARAM_FUZZY_IGNORE | G_PARAM_STATIC_STRINGS); -- cgit 1.3.0-6-gf8a5