cinterion: fix using correct finish() method in AT command

When using mm_base_modem_at_command_full(), the corresponding
mm_base_modem_at_command_full_finish() should be used.
This commit is contained in:
Aleksander Morgado
2019-12-05 15:44:21 +01:00
parent 5f0f2cb9d9
commit 8d96d1d660

View File

@@ -877,7 +877,7 @@ slcc_command_ready (MMBaseModem *self,
ctx = g_task_get_task_data (task);
if (!mm_base_modem_at_command_finish (self, res, &error)) {
if (!mm_base_modem_at_command_full_finish (self, res, &error)) {
mm_dbg ("Couldn't %s ^SLCC reporting: '%s'",
ctx->enable ? "enable" : "disable",
error->message);