summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-10-11 01:12:03 +0300
committerGravatar Nikias Bassen2021-10-11 01:12:03 +0300
commit03c3cf8f8359f99f47fe5c3c9ec78bf48b377d82 (patch)
tree84546f562017e7448ec6f5044bad85027e6f8c4e
parentef5f24be48f42e94064a2e4acec41a2fe95519fc (diff)
downloadidevicerestore-03c3cf8f8359f99f47fe5c3c9ec78bf48b377d82.tar.gz
idevicerestore-03c3cf8f8359f99f47fe5c3c9ec78bf48b377d82.tar.bz2
tss: Fix incorrect comments for veridian and tcon tickets
-rw-r--r--src/tss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tss.c b/src/tss.c
index 078d55b..f2cba54 100644
--- a/src/tss.c
+++ b/src/tss.c
@@ -1654,7 +1654,7 @@ int tss_request_add_veridian_tags(plist_t request, plist_t parameters, plist_t o
return -1;
}
- /* add tags indicating we want to get the Rap,Ticket */
+ /* add tags indicating we want to get the BMU,Ticket */
plist_dict_set_item(request, "@BBTicket", plist_new_bool(1));
plist_dict_set_item(request, "@BMU,Ticket", plist_new_bool(1));
@@ -1737,7 +1737,7 @@ int tss_request_add_tcon_tags(plist_t request, plist_t parameters, plist_t overr
return -1;
}
- /* add tags indicating we want to get the Rap,Ticket */
+ /* add tags indicating we want to get the Baobab,Ticket */
plist_dict_set_item(request, "@BBTicket", plist_new_bool(1));
plist_dict_set_item(request, "@Baobab,Ticket", plist_new_bool(1));