core/trivial: adjust code comment

This commit is contained in:
Thomas Haller 2018-04-13 10:18:26 +02:00
parent 684bf31150
commit e9de083c64

View file

@ -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 */) {