summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/idevicerestore.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index fc8b153..fdb340e 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -1257,8 +1257,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
error("ERROR: Unable to get SHSH blobs for this device (local policy)\n");
return -1;
}
- if (get_recoveryos_root_ticket_tss_response(client, build_identity, &client->tss_recoveryos_root_ticket) <
- 0) {
+ if (get_recoveryos_root_ticket_tss_response(client, build_identity, &client->tss_recoveryos_root_ticket) < 0) {
error("ERROR: Unable to get SHSH blobs for this device (recovery OS Root Ticket)\n");
return -1;
}