diff options
Diffstat (limited to 'src/lckdclient.c')
| -rw-r--r-- | src/lckdclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lckdclient.c b/src/lckdclient.c index 7a40c93..b3b9942 100644 --- a/src/lckdclient.c +++ b/src/lckdclient.c | |||
| @@ -30,7 +30,6 @@ | |||
| 30 | #include "iphone.h" | 30 | #include "iphone.h" |
| 31 | #include <libiphone/libiphone.h> | 31 | #include <libiphone/libiphone.h> |
| 32 | 32 | ||
| 33 | int debug = 1; | ||
| 34 | 33 | ||
| 35 | int main(int argc, char *argv[]) | 34 | int main(int argc, char *argv[]) |
| 36 | { | 35 | { |
| @@ -38,6 +37,7 @@ int main(int argc, char *argv[]) | |||
| 38 | iphone_lckd_client_t control = NULL; | 37 | iphone_lckd_client_t control = NULL; |
| 39 | iphone_device_t phone = NULL; | 38 | iphone_device_t phone = NULL; |
| 40 | 39 | ||
| 40 | iphone_set_debug(1); | ||
| 41 | 41 | ||
| 42 | if (IPHONE_E_SUCCESS != iphone_get_device(&phone)) { | 42 | if (IPHONE_E_SUCCESS != iphone_get_device(&phone)) { |
| 43 | printf("No iPhone found, is it plugged in?\n"); | 43 | printf("No iPhone found, is it plugged in?\n"); |
