aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-07 13:07:17 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:22 +0100
commit5a485d74a20a57498d06db09b621af93b433d7e2 (patch)
treea8c5c4b20cbecfebc2493a513f11145ca5724962 /src/tests
parent9b38cd4f5ce68d816aaa5ffd5b90c1982199bcf2 (diff)
qcdm-serial-port: allow cancelling the response timeout
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test-qcdm-serial-port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test-qcdm-serial-port.c b/src/tests/test-qcdm-serial-port.c
index db16f343..d61bdb43 100644
--- a/src/tests/test-qcdm-serial-port.c
+++ b/src/tests/test-qcdm-serial-port.c
@@ -201,7 +201,7 @@ qcdm_request_verinfo (MMQcdmSerialPort *port, VerInfoCb cb, GMainLoop *loop)
g_byte_array_free (verinfo, TRUE);
verinfo->len = len;
- mm_qcdm_serial_port_queue_command (port, verinfo, 3, cb, loop);
+ mm_qcdm_serial_port_queue_command (port, verinfo, 3, NULL, cb, loop);
}
static void