diff options
Diffstat (limited to 'plugins/novatel/mm-common-novatel.c')
-rw-r--r-- | plugins/novatel/mm-common-novatel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/novatel/mm-common-novatel.c b/plugins/novatel/mm-common-novatel.c index f8c78f51..6932f5a9 100644 --- a/plugins/novatel/mm-common-novatel.c +++ b/plugins/novatel/mm-common-novatel.c @@ -47,10 +47,9 @@ nwdmat_ready (MMPortSerialAt *port, GAsyncResult *res, GTask* task) { - const gchar *response; GError *error = NULL; - response = mm_port_serial_at_command_finish (port, res, &error); + mm_port_serial_at_command_finish (port, res, &error); if (error) { if (g_error_matches (error, MM_SERIAL_ERROR, |