mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 06:08:02 +02:00
core/trivial: adjust code comment
This commit is contained in:
parent
684bf31150
commit
e9de083c64
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue