diff options
Diffstat (limited to 'src/lockdown.c')
| -rw-r--r-- | src/lockdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index 55e2e65..ae077b7 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -963,7 +963,7 @@ iphone_error_t iphone_lckd_start_service(iphone_lckd_client_t client, const char | |||
| 963 | if (result_key_type == PLIST_KEY && | 963 | if (result_key_type == PLIST_KEY && |
| 964 | result_value_type == PLIST_STRING && | 964 | result_value_type == PLIST_STRING && |
| 965 | port_key_type == PLIST_KEY && | 965 | port_key_type == PLIST_KEY && |
| 966 | port_value_type == PLIST_UINT64 && | 966 | port_value_type == PLIST_UINT && |
| 967 | !strcmp(result_key, "Result") && !strcmp(result_value, "Success") && !strcmp(port_key, "Port")) { | 967 | !strcmp(result_key, "Result") && !strcmp(result_value, "Success") && !strcmp(port_key, "Port")) { |
| 968 | port_loc = port_value; | 968 | port_loc = port_value; |
| 969 | ret = IPHONE_E_SUCCESS; | 969 | ret = IPHONE_E_SUCCESS; |
