diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-11 18:36:37 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-11 18:36:37 +0200 |
| commit | c8bba1502bb3809d55fade29a0a9566875aa8745 (patch) | |
| tree | d0fac8dff2a67280805737787858ecd6c7619f63 /lib/dvb_ci/dvbci.cpp | |
| parent | 9a9ce66ffba8974b7db87bf8a181f35497945c89 (diff) | |
| download | enigma2-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/dvbci.cpp')
| -rw-r--r-- | lib/dvb_ci/dvbci.cpp | 2 |
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()); |
