remove __init__.py files and create them on the fly
[enigma2.git] / lib / dvb_ci / dvbci.cpp
index 7c2774e989d6a1eb9876d80dc33cb515c5a89662..7d96a296f408b8f4dec66b685cfae8446824743f 100644 (file)
@@ -480,6 +480,10 @@ int eDVBCISlot::getMMIState()
 int eDVBCISlot::answerEnq(char *value)
 {
        printf("edvbcislot: answerENQ(%s)\n", value);
+
+       if(mmi_session)
+               mmi_session->answerEnq(value);
+
        return 0;
 }