aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-05-17 10:26:53 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-05-18 16:00:28 +0200
commit6dc6a825b339372a1033c84499e832fd3c6ce0a7 (patch)
treedafefa12359451347b2da13723a803451a678d21
parent254da81ebd7cbcbd62dd5a85ff53840c6677670a (diff)
base-modem-at: don't ignore allow_cached flag in first command in sequence
-rw-r--r--src/mm-base-modem-at.c2
1 files changed, 1 insertions, 1 deletions
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);