core: export new active connection from the manager
When we eventually do authorization in the ActiveConnection itself, we want to make sure the AC doesn't get exported until everything is authorized. Thus let the manager handle exporting the objects since it knows when the AC will be authorized or not.
This commit is contained in:
@@ -412,7 +412,6 @@ constructed (GObject *object)
|
||||
"notify::" NM_DEVICE_STATE,
|
||||
G_CALLBACK (device_state_changed),
|
||||
NM_ACT_REQUEST (object));
|
||||
nm_active_connection_export (NM_ACTIVE_CONNECTION (object));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user