Remove previous padding as it's no longer needed.

This commit is contained in:
Zaprit 2025-04-16 22:41:23 +01:00
commit 8ac1cbc393

View file

@ -32,9 +32,6 @@ public class TicketParser21 : ITicketParser
SectionHeader entitlementsSection = this.reader.ReadSectionHeader(); // entitlements section
this.reader.SkipBytes(entitlementsSection.Length);
this.reader.ReadTicketEmpty(); // padding
this.reader.ReadTicketEmpty();
SectionHeader footer = this.reader.ReadSectionHeader(); // footer header
if (footer.Type != SectionType.Footer)
{