libnm-core: add _nm_simple_connection_new_from_dbus() function
[NetworkManager.git] / src / settings / nm-settings-connection.c
index 10aa77a..bce3dff 100644 (file)
@@ -1735,7 +1735,9 @@ settings_connection_update_helper (NMSettingsConnection *self,
 
        /* Check if the settings are valid first */
        if (new_settings) {
-               tmp = nm_simple_connection_new_from_dbus (new_settings, &error);
+               tmp = _nm_simple_connection_new_from_dbus (new_settings,
+                                                          NM_SETTING_PARSE_FLAGS_NORMALIZE,
+                                                          &error);
                if (!tmp)
                        goto error;
        }