summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-07-06 11:39:19 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-07-06 11:39:56 +0200
commit310894f7e55bfd71072490ec0c5bf621cf775be6 (patch)
treee9ef07f1f6d7d51c6bdb0e9ef56ee5e519e925d2 /src
parenta445e35393e66c3d7b8b6c12cbb11546cab733a9 (diff)
qmicli,wds: fix reading current data bearer technology
Diffstat (limited to 'src')
-rw-r--r--src/qmicli/qmicli-wds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmicli/qmicli-wds.c b/src/qmicli/qmicli-wds.c
index ecc1e83..5526782 100644
--- a/src/qmicli/qmicli-wds.c
+++ b/src/qmicli/qmicli-wds.c
@@ -969,7 +969,7 @@ get_data_bearer_technology_ready (QmiClientWds *client,
return;
}
- qmi_message_wds_get_data_bearer_technology_output_get_last (
+ qmi_message_wds_get_data_bearer_technology_output_get_current (
output,
&current,
NULL);