Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fruity: Fix edge-case in tunnel logic for older OS versions
When usbmuxd is not available, we would try to set up a tunnel connection. This would then fail when the OS is too old for CoreDevice support, and we would erroneously cache the Tunnel implementation in its unopened state. This meant it could be used as if it was opened, causing undefined behavior. Co-authored-by: Håvard Sørbø <[email protected]>
- Loading branch information