From 03c3cf8f8359f99f47fe5c3c9ec78bf48b377d82 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 11 Oct 2021 01:12:03 +0300 Subject: tss: Fix incorrect comments for veridian and tcon tickets --- src/tss.c | 4 ++-- 1 file 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)); -- cgit v1.1-32-gdbae