mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 23:40:16 +01:00
ifcfg-rh: remove leftover debugging stuff from cea2885aa7
This commit is contained in:
parent
63f2c0bfbe
commit
8baebe2a47
1 changed files with 2 additions and 2 deletions
|
|
@ -1337,8 +1337,8 @@ connection_from_file (const char *filename,
|
|||
/* We don't write connections yet */
|
||||
if (connection) {
|
||||
s_con = (NMSettingConnection *) nm_connection_get_setting (connection, NM_TYPE_SETTING_CONNECTION);
|
||||
// if (s_con)
|
||||
// g_object_set (s_con, NM_SETTING_CONNECTION_READ_ONLY, TRUE, NULL);
|
||||
if (s_con)
|
||||
g_object_set (s_con, NM_SETTING_CONNECTION_READ_ONLY, TRUE, NULL);
|
||||
}
|
||||
|
||||
/* Don't bother reading the connection fully if it's unmanaged */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue