fix 0648 caid issue (thx dbo)

Origin commit data
------------------
Branch: master
Commit: 62bdf4c4ec
Author: max_10 <max_10@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-11-13 08:47:24 +01:00
parent 1ce250281c
commit 79dc6c5ce4

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());