summaryrefslogtreecommitdiff
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:40:32 +0200
commitd00257dc8723204ac4bf612c3d4eb4da718cc3cf (patch)
tree748e2f7bd153489fce2016ac0e3162841098951f
parent5fc65d84bb5de97c682f91763493b33e32c6e1e3 (diff)
downloadlibqmi-d00257dc8723204ac4bf612c3d4eb4da718cc3cf.tar.gz
qmicli,wds: fix reading current data bearer technology
(cherry picked from commit 310894f7e55bfd71072490ec0c5bf621cf775be6)
-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 ecc1e83f..55267825 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);