diff options
author | Nikias Bassen | 2021-10-11 01:12:03 +0300 |
---|---|---|
committer | Nikias Bassen | 2021-10-11 01:12:03 +0300 |
commit | 03c3cf8f8359f99f47fe5c3c9ec78bf48b377d82 (patch) | |
tree | 84546f562017e7448ec6f5044bad85027e6f8c4e | |
parent | ef5f24be48f42e94064a2e4acec41a2fe95519fc (diff) | |
download | idevicerestore-03c3cf8f8359f99f47fe5c3c9ec78bf48b377d82.tar.gz idevicerestore-03c3cf8f8359f99f47fe5c3c9ec78bf48b377d82.tar.bz2 |
tss: Fix incorrect comments for veridian and tcon tickets
-rw-r--r-- | src/tss.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)); |