From: leslie <unknown>
Date: Mon, 22 Dec 2008 18:01:46 +0000 (+0100)
Subject: increase number of ignorable CAIDs
X-Git-Tag: 0.9.1~2
X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=4f6270ee915500726368cd208943ecaa1f6bfd91;p=sasc-ng.git

increase number of ignorable CAIDs
---

diff --git a/sc.c b/sc.c
index 056ecbb..07dc393 100644
--- a/sc.c
+++ b/sc.c
@@ -1251,9 +1251,9 @@ cScPlugin::cScPlugin(void)
   ScOpts->Add(new cOptBool ("ConcurrentFF" ,trNOOP("Concurrent FF streams"),&ScSetup.ConcurrentFF));
   ScOpts->Add(new cOptBool ("ForceTranfer" ,trNOOP("Force TransferMode")   ,&ScSetup.ForceTransfer));
   ScOpts->Add(new cOptBool ("LocalPriority",trNOOP("Prefer local systems") ,&ScSetup.LocalPriority));
+  ScOpts->Add(new cOptSel  ("EcmCache"     ,trNOOP("ECM cache")            ,&ScSetup.EcmCache,3,ecache));
   ScOpts->Add(new cOptMInt ("ScCaps"       ,trNOOP("Active on DVB card")   , ScSetup.ScCaps,MAXSCCAPS,0));
   ScOpts->Add(new cOptMInt ("CaIgnore"     ,trNOOP("Ignore CAID")          , ScSetup.CaIgnore,MAXCAIGN,2));
-  ScOpts->Add(new cOptSel  ("EcmCache"     ,trNOOP("ECM cache")            ,&ScSetup.EcmCache,3,ecache));
   LogOpts=new cOpts(0,6);
   LogOpts->Add(new cOptBool ("LogConsole"  ,trNOOP("Log to console")      ,&logcfg.logCon));
   LogOpts->Add(new cOptBool ("LogFile"     ,trNOOP("Log to file")         ,&logcfg.logFile));
diff --git a/scsetup.h b/scsetup.h
index d3c9c22..1f43fae 100644
--- a/scsetup.h
+++ b/scsetup.h
@@ -21,7 +21,7 @@
 #define ___SC_SETUP_H
 
 #define MAXSCCAPS 10
-#define MAXCAIGN  16
+#define MAXCAIGN  64
 
 // ----------------------------------------------------------------