base-modem-at: don't ignore allow_cached flag in first command in sequence

This commit is contained in:
Aleksander Morgado
2019-05-17 10:26:53 +02:00
parent 254da81ebd
commit 6dc6a825b3

View File

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