summaryrefslogtreecommitdiff
path: root/ci.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-05-29 11:19:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-05-29 11:19:56 +0200
commit5ee947a492cae5d917d95043a57a52261e45e0c1 (patch)
tree6423d3389236ff7030d38c2890c18d80febf19ba /ci.c
parentd2030debc002d416fb32dc5187e79381ffe5422c (diff)
downloadvdr-5ee947a492cae5d917d95043a57a52261e45e0c1.tar.gz
vdr-5ee947a492cae5d917d95043a57a52261e45e0c1.tar.bz2
Fixed resetting CAMs
Diffstat (limited to 'ci.c')
-rw-r--r--ci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci.c b/ci.c
index 0135d07a..ebed3204 100644
--- a/ci.c
+++ b/ci.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.c 2.8 2012/02/29 10:24:41 kls Exp $
+ * $Id: ci.c 2.9 2012/05/29 11:13:40 kls Exp $
*/
#include "ci.h"
@@ -1715,6 +1715,7 @@ bool cCamSlot::Reset(void)
if (ciAdapter->Reset(slotIndex)) {
resetTime = time(NULL);
dbgprotocol("ok.\n");
+ lastModuleStatus = msReset;
return true;
}
dbgprotocol("failed!\n");