diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libusbmuxd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libusbmuxd.c b/src/libusbmuxd.c index 785da8b..93493a9 100644 --- a/src/libusbmuxd.c +++ b/src/libusbmuxd.c @@ -1528,7 +1528,7 @@ retry: } tag = ++use_tag; - if (send_connect_packet(sfd, tag, (uint32_t)handle, (uint16_t)port) <= 0) { + if (send_connect_packet(sfd, tag, handle, (uint16_t)port) <= 0) { LIBUSBMUXD_DEBUG(1, "%s: Error sending connect message!\n", __func__); } else { // read ACK |