summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.c b/device.c
index 68324f2..11f6cc0 100644
--- a/device.c
+++ b/device.c
@@ -506,7 +506,7 @@ bool cMcliDevice::SetChannelDevice (const cChannel * Channel, bool LiveView)
} else {
m_disabletimeout = TEMP_DISABLE_TIMEOUT_DEFAULT;
}
- bool cam_force=!EITScanner.UsesDevice(this);
+ bool cam_force=true;
if(cam_force && !CheckCAM(Channel, true)) {
#ifdef DEBUG_TUNE
printf("No CAM on %d available even after tried to steal one\n", CardIndex () + 1);