diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tss.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ plist_t tss_create_request(plist_t build_identity, uint64_t ecid, unsigned char* return NULL; } - if (strcmp(key, "BasebandFirmware") == 0) { + if ((strcmp(key, "BasebandFirmware") == 0) || (strcmp(key, "OS") == 0)) { free(key); continue; } |