Problem when switching between encrypted channels still exists if CA id

is set to FTA or streamdev device. Disabled transponder check.
This commit is contained in:
schmirl 2009-01-14 07:35:51 +00:00
parent ca043780a7
commit 30aa3b0610
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: device.c,v 1.20 2008/10/02 06:56:36 schmirl Exp $
* $Id: device.c,v 1.21 2009/01/14 07:35:51 schmirl Exp $
*/
#include "client/device.h"
@ -107,10 +107,12 @@ bool cStreamdevDevice::SetChannelDevice(const cChannel *Channel,
if (LiveView)
return false;
#if 0
if (ClientSocket.DataSocket(siLive) != NULL
&& TRANSPONDER(Channel, m_Channel)
&& Channel->Ca() < CA_ENCRYPTED_MIN)
return true;
#endif
DetachAllReceivers();
m_Channel = Channel;