mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
fix for 49faa82bed
Origin commit data
------------------
Commit: e0eb677513
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-11-08 (Sun, 08 Nov 2015)
This commit is contained in:
@@ -260,7 +260,7 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start
|
|||||||
if((oldmask != newmask) || force_update) {
|
if((oldmask != newmask) || force_update) {
|
||||||
cam->setCaMask(newmask);
|
cam->setCaMask(newmask);
|
||||||
cam->setSource(source);
|
cam->setSource(source);
|
||||||
if(newmask != 0) {
|
if(newmask != 0 && (!filter_channels || !channel->bUseCI) {
|
||||||
cam->makeCaPmt(channel, true);
|
cam->makeCaPmt(channel, true);
|
||||||
cam->setCaPmt(true);
|
cam->setCaPmt(true);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user