summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2018-07-11 21:59:48 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-07-13 15:58:35 +0200
commit21f955b4dde1696aa8cb2b714d52615a63ce5569 (patch)
tree40b66ea504710e341728c4d4bdc056f926e02e23
parent6c3174f6e0cdb3e0c61ab07eb244c1a6e033ff6e (diff)
downloadNetworkManager-21f955b4dde1696aa8cb2b714d52615a63ce5569.tar.gz
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
-rw-r--r--src/devices/wifi/nm-iwd-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/wifi/nm-iwd-manager.c b/src/devices/wifi/nm-iwd-manager.c
index 58af7ad306..37210c99ef 100644
--- a/src/devices/wifi/nm-iwd-manager.c
+++ b/src/devices/wifi/nm-iwd-manager.c
@@ -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,