summaryrefslogtreecommitdiff
path: root/system-settings
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-04-04 11:42:11 -0400
committerDan Williams <dcbw@redhat.com>2009-04-04 11:42:56 -0400
commit8baebe2a47637b66a29c9f920756c4f6d682d359 (patch)
tree4aab72d3cb65d084d0d6b10ca32e331833021ee1 /system-settings
parent63f2c0bfbe75e073cc00b7167521b3fdae2b45dc (diff)
ifcfg-rh: remove leftover debugging stuff from cea2885aa733ef86d0889e478886d410f9f95a98
Diffstat (limited to 'system-settings')
-rw-r--r--system-settings/plugins/ifcfg-rh/reader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/system-settings/plugins/ifcfg-rh/reader.c b/system-settings/plugins/ifcfg-rh/reader.c
index c610159226..9a217b6fa6 100644
--- a/system-settings/plugins/ifcfg-rh/reader.c
+++ b/system-settings/plugins/ifcfg-rh/reader.c
@@ -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 */