aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/mmcli-manager.c')
-rw-r--r--cli/mmcli-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-manager.c b/cli/mmcli-manager.c
index 4db353d6..70a7050e 100644
--- a/cli/mmcli-manager.c
+++ b/cli/mmcli-manager.c
@@ -249,7 +249,7 @@ get_manager_ready (GObject *source,
ctx->manager = mmcli_get_manager_finish (result);
/* Setup operation timeout */
- mmcli_force_operation_timeout (mm_manager_get_proxy (ctx->manager));
+ mmcli_force_operation_timeout (mm_manager_peek_proxy (ctx->manager));
/* Request to set log level? */
if (set_logging_str) {
@@ -331,7 +331,7 @@ mmcli_manager_run_synchronous (GDBusConnection *connection)
ctx->manager = mmcli_get_manager_sync (connection);
/* Setup operation timeout */
- mmcli_force_operation_timeout (mm_manager_get_proxy (ctx->manager));
+ mmcli_force_operation_timeout (mm_manager_peek_proxy (ctx->manager));
/* Request to set log level? */
if (set_logging_str) {