base-modem-at: don't ignore allow_cached flag in first command in sequence
This commit is contained in:
@@ -301,7 +301,7 @@ mm_base_modem_at_sequence_full (MMBaseModem *self,
|
|||||||
ctx->current->command,
|
ctx->current->command,
|
||||||
ctx->current->timeout,
|
ctx->current->timeout,
|
||||||
FALSE,
|
FALSE,
|
||||||
FALSE,
|
ctx->current->allow_cached,
|
||||||
ctx->cancellable,
|
ctx->cancellable,
|
||||||
(GAsyncReadyCallback)at_sequence_parse_response,
|
(GAsyncReadyCallback)at_sequence_parse_response,
|
||||||
ctx);
|
ctx);
|
||||||
|
Reference in New Issue
Block a user