libimobiledevice / libusbmuxd

A client library to multiplex connections from and to iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
574 stars 270 forks source link

fix for usbmuxd_send returning positive value on error #139

Closed mexmer closed 3 months ago

mexmer commented 3 months ago

fix for issue mentioned in #138

since socket_send already returns -errno, this function should pass it as it, and not invert it.

nikias commented 3 months ago

Thanks, merged with bb6a786.