Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-cst-next

Origin commit data
------------------
Branch: master
Commit: c2fabd03e3
Author: TangoCash <eric@loxat.de>
Date: 2017-11-14 (Tue, 14 Nov 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-11-14 17:11:55 +01:00

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