mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 11:00:18 +01:00
core: ensure we recheck autoactivation on new system connections
Otherwise the policy could miss the fact that a new usable system connection showed up and might fail to activate it.
This commit is contained in:
parent
9bed26b856
commit
1a3381df3e
1 changed files with 1 additions and 0 deletions
|
|
@ -1399,6 +1399,7 @@ system_internal_new_connection (NMManager *manager,
|
|||
path = nm_connection_get_path (NM_CONNECTION (connection));
|
||||
g_hash_table_insert (priv->system_connections, g_strdup (path),
|
||||
g_object_ref (connection));
|
||||
g_signal_emit (manager, signals[CONNECTION_ADDED], 0, connection, NM_CONNECTION_SCOPE_SYSTEM);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue