From: ghost Date: Thu, 11 Jun 2009 16:36:37 +0000 (+0200) Subject: dvbci.cpp: send an empty capmt to the CI when a service should no more descrambled... X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=c8bba1502bb3809d55fade29a0a9566875aa8745;hp=9a9ce66ffba8974b7db87bf8a181f35497945c89 dvbci.cpp: send an empty capmt to the CI when a service should no more descrambled by this CI --- diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index 9583db5..0a32b8f 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());