From 2da5657b67b9917a236246e431bc9275c35d7071 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Sun, 8 Nov 2015 12:07:58 +0300 Subject: [PATCH] fix for 49faa82bed464032b1ede7d824c61b4391389c1a Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/e0eb677513cbf37267a474fb1447ae5ba73adb16 Author: [CST] Focus Date: 2015-11-08 (Sun, 08 Nov 2015) --- src/zapit/src/capmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/capmt.cpp b/src/zapit/src/capmt.cpp index 894f20591..55e0e7334 100644 --- a/src/zapit/src/capmt.cpp +++ b/src/zapit/src/capmt.cpp @@ -260,7 +260,7 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start if((oldmask != newmask) || force_update) { cam->setCaMask(newmask); cam->setSource(source); - if(newmask != 0) { + if(newmask != 0 && (!filter_channels || !channel->bUseCI) { cam->makeCaPmt(channel, true); cam->setCaPmt(true); }