From 8d96d1d6604bbe9dd010912f9f23d7db73de0561 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 5 Dec 2019 15:44:21 +0100 Subject: 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. --- plugins/cinterion/mm-shared-cinterion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/cinterion/mm-shared-cinterion.c') diff --git a/plugins/cinterion/mm-shared-cinterion.c b/plugins/cinterion/mm-shared-cinterion.c index 23f3fe15..d1cc7db4 100644 --- a/plugins/cinterion/mm-shared-cinterion.c +++ b/plugins/cinterion/mm-shared-cinterion.c @@ -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); -- cgit v1.2.3-70-g09d2