aboutsummaryrefslogtreecommitdiffstats
path: root/cli/qmicli-wds.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/qmicli-wds.c')
-rw-r--r--cli/qmicli-wds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/qmicli-wds.c b/cli/qmicli-wds.c
index 6df1473..dc367be 100644
--- a/cli/qmicli-wds.c
+++ b/cli/qmicli-wds.c
@@ -149,6 +149,7 @@ shutdown (void)
{
qmi_device_release_client (ctx->device,
QMI_CLIENT (ctx->client),
+ QMI_DEVICE_RELEASE_CLIENT_FLAGS_RELEASE_CID,
10,
NULL,
(GAsyncReadyCallback)release_client_ready,
@@ -575,6 +576,7 @@ qmicli_wds_run (QmiDevice *device,
/* Create a new WDS client */
qmi_device_allocate_client (device,
QMI_SERVICE_WDS,
+ QMI_CID_NONE,
10,
cancellable,
(GAsyncReadyCallback)allocate_client_ready,