aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mm-port-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c
index baadee01..1d630a43 100644
--- a/src/mm-port-probe.c
+++ b/src/mm-port-probe.c
@@ -450,7 +450,7 @@ serial_probe_at_parse_response (MMAtSerialPort *port,
}
if (!task->at_commands->response_processor (task->at_commands->command,
- response->str,
+ response ? response->str : NULL,
!!task->at_commands[1].command,
error,
&result,