mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 04:00:17 +01:00
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:
parent
6c3174f6e0
commit
21f955b4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue