wifi/ifd: Allow D-Bus activation to launch iwd

iwd does not ship activation configuration yet; until then we simply
fail the way we already do.

https://bugzilla.gnome.org/show_bug.cgi?id=796805
This commit is contained in:
Jan Alexander Steffens (heftig)
2018-07-11 21:59:48 +02:00
committed by Lubomir Rintel
parent 6c3174f6e0
commit 21f955b4dd

View File

@@ -586,7 +586,7 @@ prepare_object_manager (NMIwdManager *self)
NMIwdManagerPrivate *priv = NM_IWD_MANAGER_GET_PRIVATE (self);
g_dbus_object_manager_client_new_for_bus (NM_IWD_BUS_TYPE,
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START,
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE,
NM_IWD_SERVICE, "/",
NULL, NULL, NULL,
priv->cancellable,