]> git.pld-linux.org Git - packages/libimobiledevice.git/blame - libimobiledevice-cython.patch
- rediff patch
[packages/libimobiledevice.git] / libimobiledevice-cython.patch
CommitLineData
0b784101
JR
1diff -urNp -x '*.orig' libimobiledevice-1.3.0.org/cython/lockdown.pxi libimobiledevice-1.3.0/cython/lockdown.pxi
2--- libimobiledevice-1.3.0.org/cython/lockdown.pxi 2017-07-18 21:03:02.000000000 +0200
3+++ libimobiledevice-1.3.0/cython/lockdown.pxi 2021-03-05 22:34:55.596823231 +0100
4@@ -263,7 +263,7 @@ cdef class LockdownClient(PropertyListSe
b0e585fc
JB
5 cdef:
6 lockdownd_error_t err
7 char* c_session_id = NULL
8- bint ssl_enabled
9+ int ssl_enabled
10 bytes session_id
0b784101 11 err = lockdownd_start_session(self._c_client, host_id, &c_session_id, <int *>&ssl_enabled)
b0e585fc 12 try:
This page took 0.110432 seconds and 4 git commands to generate.