diff options
author | Nikias Bassen | 2024-06-05 18:24:16 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-06-05 18:24:16 +0200 |
commit | 4ed598bdf865de7d2f202e6d6b9d1d39529f0e8d (patch) | |
tree | 370fc30823ae458964ee53c363d4cf24b137380f /src | |
parent | df06f4d859f7bb0896d1b15ade5b9d2b58626a0e (diff) | |
download | idevicerestore-4ed598bdf865de7d2f202e6d6b9d1d39529f0e8d.tar.gz idevicerestore-4ed598bdf865de7d2f202e6d6b9d1d39529f0e8d.tar.bz2 |
Small change to align with updated libtatsu
Diffstat (limited to 'src')
-rw-r--r-- | src/idevicerestore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 0b517b9..538562d 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -2170,7 +2170,7 @@ int get_preboard_manifest(struct idevicerestore_client_t* client, plist_t build_ return -1; } - plist_dict_set_item(parameters, "_OnlyFWOrTrustedComponents", plist_new_bool(1)); + plist_dict_set_item(parameters, "_OnlyFWComponents", plist_new_bool(1)); /* add tags from manifest */ if (tss_request_add_ap_tags(request, parameters, NULL) < 0) { |