the CI now is useable for tuner A or tuner B (auto switched)
[vuplus_dvbapp] / lib / dvb_ci / dvbci_resmgr.cpp
index 7f716d6..69ff611 100644 (file)
@@ -83,6 +83,7 @@ int eDVBCIResourceManagerSession::doAction()
        case stateFinal:
                printf("stateFinal und action! kann doch garnicht sein ;)\n");
        default:
-               return 0;
+               break;
        }
+       return 0;
 }