diff options
Diffstat (limited to 'patches/vdr-1.6.0-1.7.29-ignore_missing_cam.diff')
-rw-r--r-- | patches/vdr-1.6.0-1.7.29-ignore_missing_cam.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/vdr-1.6.0-1.7.29-ignore_missing_cam.diff b/patches/vdr-1.6.0-1.7.29-ignore_missing_cam.diff new file mode 100644 index 0000000..60d93bd --- /dev/null +++ b/patches/vdr-1.6.0-1.7.29-ignore_missing_cam.diff @@ -0,0 +1,13 @@ +--- device.c.orig 2008-03-28 11:47:25.000000000 +0100 ++++ device.c 2008-03-28 11:47:09.000000000 +0100 +@@ -375,8 +375,8 @@ + } + } + } +- if (!NumUsableSlots) +- return NULL; // no CAM is able to decrypt this channel ++// if (!NumUsableSlots) ++// return NULL; // no CAM is able to decrypt this channel + } + + bool NeedsDetachReceivers = false; |