summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-04-13 10:18:26 +0200
committerThomas Haller <thaller@redhat.com>2018-04-13 10:18:26 +0200
commite9de083c649b79551d4648a1b95f501955b5277e (patch)
tree5ea5c6d62e118014e1d9d741e542ed771897c094
parent684bf311502a0579d841bb55137f42368ae0cc6b (diff)
downloadNetworkManager-e9de083c649b79551d4648a1b95f501955b5277e.tar.gz
core/trivial: adjust code comment
-rw-r--r--src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c b/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c
index 2d95b535a2..c720729713 100644
--- a/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c
+++ b/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c
@@ -340,7 +340,7 @@ update_connection (SettingsPluginIfcfg *self,
*/
g_hash_table_insert (priv->connections,
g_strdup (nm_connection_get_uuid (NM_CONNECTION (connection_by_uuid))),
- connection_by_uuid/*<< took reference above*/);
+ connection_by_uuid /* we took reference above and pass it on */);
}
} else {
if (old_unmanaged /* && !new_unmanaged */) {