fix 0648 caid issue (dbo!!!)

This commit is contained in:
TangoCash
2017-11-12 21:21:15 +01:00
committed by Jacek Jendrzej
parent 32a72a7357
commit cde1e655f3

View File

@@ -47,6 +47,13 @@ int eDVBCICAManagerSession::receivedAPDU(const unsigned char *tag, const void *d
printf("%04x ", 0x186D);
break;
}
if (caids[i] == 0x0648)
{
caids.push_back(0x0650);
printf("%04x ", 0x0650);
break;
}
}
}
std::sort(caids.begin(), caids.end());