From c8bba1502bb3809d55fade29a0a9566875aa8745 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 11 Jun 2009 18:36:37 +0200 Subject: [PATCH] dvbci.cpp: send an empty capmt to the CI when a service should no more descrambled by this CI --- lib/dvb_ci/dvbci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.7.4