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:
Dan Williams
2013-04-22 13:29:36 -05:00
parent f6f626de34
commit 3660a80c29
3 changed files with 4 additions and 9 deletions

View File

@@ -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