diff options
Diffstat (limited to 'src/mm-base-modem-at.c')
-rw-r--r-- | src/mm-base-modem-at.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-base-modem-at.c b/src/mm-base-modem-at.c index 657d1df2..00dea480 100644 --- a/src/mm-base-modem-at.c +++ b/src/mm-base-modem-at.c @@ -201,6 +201,7 @@ at_sequence_parse_response (MMAtSerialPort *port, ctx->port, ctx->current->command, ctx->current->timeout, + FALSE, ctx->cancellable, (MMAtSerialResponseFn)at_sequence_parse_response, ctx); @@ -209,6 +210,7 @@ at_sequence_parse_response (MMAtSerialPort *port, ctx->port, ctx->current->command, ctx->current->timeout, + FALSE, ctx->cancellable, (MMAtSerialResponseFn)at_sequence_parse_response, ctx); @@ -288,6 +290,7 @@ mm_base_modem_at_sequence_full (MMBaseModem *self, ctx->port, ctx->current->command, ctx->current->timeout, + FALSE, ctx->cancellable, (MMAtSerialResponseFn)at_sequence_parse_response, ctx); @@ -535,6 +538,7 @@ mm_base_modem_at_command_full (MMBaseModem *self, port, command, timeout, + FALSE, ctx->cancellable, (MMAtSerialResponseFn)at_command_parse_response, ctx); @@ -543,6 +547,7 @@ mm_base_modem_at_command_full (MMBaseModem *self, port, command, timeout, + FALSE, ctx->cancellable, (MMAtSerialResponseFn)at_command_parse_response, ctx); |