summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r--src/idevicerestore.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 6eb25a9..21aedfb 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -1436,6 +1436,14 @@ int get_tss_response(struct idevicerestore_client_t* client, plist_t build_ident
return -1;
}
+ /* add common tags from manifest */
+ if (tss_request_add_common_tags_from_manifest(request, build_identity, NULL) < 0) {
+ error("ERROR: Unable to add common tags to TSS request\n");
+ plist_free(request);
+ plist_free(parameters);
+ return -1;
+ }
+
/* add tags from manifest */
if (tss_request_add_ap_tags_from_manifest(request, build_identity, NULL) < 0) {
error("ERROR: Unable to create TSS request\n");