fix for canAllocateChannel
[enigma2.git] / lib / dvb_ci / dvbci_session.cpp
index afe9e97e820619fb36be3232627ba46fdb917cb7..9b5cd875916185bd02a8ce0f92035613fb06eb8b 100644 (file)
@@ -136,11 +136,11 @@ eDVBCISession *eDVBCISession::createSession(eDVBCISlot *slot, const unsigned cha
                printf("session: %p\n",session);
                break;
        case 0x00020041:
-               session=slot->application_manager = new eDVBCIApplicationManagerSession(slot);
+               session=new eDVBCIApplicationManagerSession(slot);
                printf("APPLICATION MANAGER\n");
                break;
        case 0x00030041:
-               session=slot->ca_manager=new eDVBCICAManagerSession;
+               session = new eDVBCICAManagerSession(slot);
                printf("CA MANAGER\n");
                break;
        case 0x00240041:
@@ -154,7 +154,7 @@ eDVBCISession *eDVBCISession::createSession(eDVBCISlot *slot, const unsigned cha
        case 0x00100041:
 //             session=new eDVBCIAuthSession;
                printf("AuthSession\n");
-               break;
+//             break;
        case 0x00200041:
        default:
                printf("unknown resource type %02x %02x %02x %02x\n", resource_identifier[0], resource_identifier[1], resource_identifier[2],resource_identifier[3]);