Origin commit data
------------------
Branch: ni/coolstream
Commit: b6cd3d055d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-11-08 (Sun, 08 Nov 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-11-08 13:31:22 +03:00
parent 6f7a483ce6
commit 28d0e563a1

View File

@@ -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 && (!filter_channels || !channel->bUseCI) {
if(newmask != 0 && (!filter_channels || !channel->bUseCI)) {
cam->makeCaPmt(channel, true);
cam->setCaPmt(true);
}