diff options
Diffstat (limited to 'src')
| -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 d30d6e0..179b0a9 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -341,7 +341,7 @@ int iphone_lckd_new_client ( iphone_device_t device, iphone_lckd_client_t *clien | |||
| 341 | uid = NULL; | 341 | uid = NULL; |
| 342 | } | 342 | } |
| 343 | 343 | ||
| 344 | if (IPHONE_E_SUCCESS == ret && !lockdownd_start_SSL_session(client_loc, host_id)) { | 344 | if (IPHONE_E_SUCCESS == ret && lockdownd_start_SSL_session(client_loc, host_id)) { |
| 345 | ret = IPHONE_E_SUCCESS; | 345 | ret = IPHONE_E_SUCCESS; |
| 346 | } else { | 346 | } else { |
| 347 | ret = IPHONE_E_SSL_ERROR; | 347 | ret = IPHONE_E_SSL_ERROR; |
