From 6dc6a825b339372a1033c84499e832fd3c6ce0a7 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 17 May 2019 10:26:53 +0200 Subject: [PATCH] base-modem-at: don't ignore allow_cached flag in first command in sequence --- src/mm-base-modem-at.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mm-base-modem-at.c b/src/mm-base-modem-at.c index 05b3be4d..b4e0660a 100644 --- a/src/mm-base-modem-at.c +++ b/src/mm-base-modem-at.c @@ -301,7 +301,7 @@ mm_base_modem_at_sequence_full (MMBaseModem *self, ctx->current->command, ctx->current->timeout, FALSE, - FALSE, + ctx->current->allow_cached, ctx->cancellable, (GAsyncReadyCallback)at_sequence_parse_response, ctx);