cli: fix showing CDMA related info in sync mode

This commit is contained in:
Aleksander Morgado
2012-07-25 10:01:41 +02:00
parent 001f35234e
commit 8a34e41794

View File

@@ -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) {