diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-25 10:01:41 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-25 11:43:53 +0200 |
commit | 8a34e417943df90f6b43a0de08550def557c7db7 (patch) | |
tree | 6bc5d0793ae7934e05d80ef3e34b6ad512fc7abc /cli/mmcli-modem.c | |
parent | 001f35234e16d7aeb2ed1282ba3b57aea73c5a9e (diff) |
cli: fix showing CDMA related info in sync mode
Diffstat (limited to 'cli/mmcli-modem.c')
-rw-r--r-- | cli/mmcli-modem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-modem.c b/cli/mmcli-modem.c index f58ec39f..e3271a97 100644 --- a/cli/mmcli-modem.c +++ b/cli/mmcli-modem.c @@ -956,6 +956,7 @@ mmcli_modem_run_synchronous (GDBusConnection *connection) &ctx->manager); ctx->modem = mm_object_get_modem (ctx->object); ctx->modem_3gpp = mm_object_get_modem_3gpp (ctx->object); + ctx->modem_cdma = mm_object_get_modem_cdma (ctx->object); /* Request to get info from modem? */ if (info_flag) { |