aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb_ci
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-06-11 18:36:37 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-06-11 18:36:37 +0200
commitc8bba1502bb3809d55fade29a0a9566875aa8745 (patch)
treed0fac8dff2a67280805737787858ecd6c7619f63 /lib/dvb_ci
parent9a9ce66ffba8974b7db87bf8a181f35497945c89 (diff)
downloadenigma2-c8bba1502bb3809d55fade29a0a9566875aa8745.tar.gz
enigma2-c8bba1502bb3809d55fade29a0a9566875aa8745.zip
dvbci.cpp: send an empty capmt to the CI when a service should no more descrambled by this CI
Diffstat (limited to 'lib/dvb_ci')
-rw-r--r--lib/dvb_ci/dvbci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp
index 9583db55..0a32b8f2 100644
--- a/lib/dvb_ci/dvbci.cpp
+++ b/lib/dvb_ci/dvbci.cpp
@@ -577,7 +577,7 @@ void eDVBCIInterfaces::removePMTHandler(eDVBServicePMTHandler *pmthandler)
{
if (!sameServiceExist)
{
- if (slot->getNumOfServices() > 1)
+// if (slot->getNumOfServices() > 1)
{
eDebug("[eDVBCIInterfaces] remove last pmt handler for service %s send empty capmt",
service_to_remove.toString().c_str());