aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ipc-modem.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ipc-modem.c')
-rw-r--r--tools/ipc-modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ipc-modem.c b/tools/ipc-modem.c
index 6e574bd..1509802 100644
--- a/tools/ipc-modem.c
+++ b/tools/ipc-modem.c
@@ -377,7 +377,7 @@ int modem_read_loop(struct ipc_client *client)
while(1) {
usleep(3000);
- rc = ipc_client_poll(client, NULL);
+ rc = ipc_client_poll(client, NULL, NULL);
if (rc < 0) {
continue;
}