mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-15 06:50:35 +01:00
parent
a8af3fae57
commit
68b3790ad3
1 changed files with 1 additions and 1 deletions
|
|
@ -1254,7 +1254,7 @@ set_default_for_missing_key (NMSetting *setting, const char *property)
|
|||
/* Set a value different from the default value of the property's spec */
|
||||
|
||||
if (NM_IS_SETTING_VLAN (setting) && !strcmp (property, NM_SETTING_VLAN_FLAGS))
|
||||
g_object_set (setting, property, 0, NULL);
|
||||
g_object_set (setting, property, (NMVlanFlags) 0, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue