From 654dc061345c146b6f64b3fd6377ea71f501910b Mon Sep 17 00:00:00 2001 From: leslie Date: Sun, 22 Nov 2009 10:28:06 +0800 Subject: [PATCH] testing: fix compile --- testing/compat.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/compat.c b/testing/compat.c index 3ef0d62..2d2d385 100644 --- a/testing/compat.c +++ b/testing/compat.c @@ -159,14 +159,14 @@ cScSetup::cScSetup(void) ScCaps[0] = 1; ScCaps[1] = 2; ConcurrentFF = 0; - memset(CaIgnore,0,sizeof(CaIgnore)); LocalPriority = 0; ForceTransfer = 1; PrestartAU = 0; + SuperKeys=0; + EcmCache=0; } void cScSetup::Check(void) {} -bool cScSetup::Ignore(unsigned short caid) { return false; } // // @@ -174,6 +174,7 @@ bool cScSetup::Ignore(unsigned short caid) { return false; } void cSoftCAM::SetLogStatus(int CardNum, const cEcmInfo *ecm, bool on) {} void cSoftCAM::AddHook(int CardNum, cLogHook *hook) {} bool cSoftCAM::TriggerHook(int CardNum, int id) { return true; } +void cSoftCAM::CaidsChanged(void) {} // // -- 2.39.5