diff options
Diffstat (limited to 'android/protocol/attach-ui-proxy.c')
-rw-r--r-- | android/protocol/attach-ui-proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/protocol/attach-ui-proxy.c b/android/protocol/attach-ui-proxy.c index 191b36d..a0bc7fc 100644 --- a/android/protocol/attach-ui-proxy.c +++ b/android/protocol/attach-ui-proxy.c @@ -67,7 +67,7 @@ _attachUiProxy_io_func(void* opaque, int fd, unsigned events) // Try to read asyncReader_init(&reader, read_buf, sizeof(read_buf), &uicmd->io); - status = asyncReader_read(&reader, &uicmd->io); + status = asyncReader_read(&reader); // We expect only error status here. if (status != ASYNC_ERROR) { derror("Unexpected read status %d in _attachUiProxy_io_func\n", status); |