aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-common.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-02-06 19:59:16 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-02-06 19:59:16 +0100
commit84adf4e4ef0100b4e871babe7aea18c561d2234b (patch)
tree5b1a0286910a652d70fddd337fb6791334b05b85 /cli/mmcli-common.c
parenta85fd0ab4f3b08b8da5782f4ab9212923ba47cce (diff)
cli: don't autostart the ModemManager service
Diffstat (limited to 'cli/mmcli-common.c')
-rw-r--r--cli/mmcli-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c
index 663ef801..57651725 100644
--- a/cli/mmcli-common.c
+++ b/cli/mmcli-common.c
@@ -77,7 +77,7 @@ mmcli_get_manager (GDBusConnection *connection,
user_data,
mmcli_get_manager);
mm_manager_new (connection,
- G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE,
+ G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START,
cancellable,
(GAsyncReadyCallback)manager_new_ready,
result);
@@ -91,7 +91,7 @@ mmcli_get_manager_sync (GDBusConnection *connection)
GError *error = NULL;
manager = mm_manager_new_sync (connection,
- G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE,
+ G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START,
NULL,
&error);
if (!manager) {