Commit 036cfaf4 authored by Jonathan Beck's avatar Jonathan Beck

fix iphone_lck_new_client

parent 572113d6
......@@ -341,7 +341,7 @@ int iphone_lckd_new_client ( iphone_device_t device, iphone_lckd_client_t *clien
uid = NULL;
}
if (IPHONE_E_SUCCESS == ret && !lockdownd_start_SSL_session(client_loc, host_id)) {
if (IPHONE_E_SUCCESS == ret && lockdownd_start_SSL_session(client_loc, host_id)) {
ret = IPHONE_E_SUCCESS;
} else {
ret = IPHONE_E_SSL_ERROR;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment