diff options
-rw-r--r-- | src/restore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c index 4e06904..166828d 100644 --- a/src/restore.c +++ b/src/restore.c @@ -1674,8 +1674,9 @@ int restore_send_fdr_trust_data(restored_client_t restore, idevice_t device) /* Sending an empty dict makes it continue with FDR * and this is what iTunes seems to be doing too */ dict = plist_new_dict(); + info("WARNING: FDR trust object retrieval is NOT IMPLEMENTED!\n"); - info("Sending FDR Trust data now...\n"); + info("Sending empty FDR Trust data now...\n"); restore_error = restored_send(restore, dict); plist_free(dict); if (restore_error != RESTORE_E_SUCCESS) { |