Merge remote-tracking branch 'tangocash/master'

Origin commit data
------------------
Branch: master
Commit: 79c9e83afa
Author: max_10 <max_10@gmx.de>
Date: 2017-11-05 (Sun, 05 Nov 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-11-05 13:59:39 +01:00

View File

@@ -51,6 +51,7 @@ int eDVBCIMMISession::receivedAPDU(const unsigned char *tag, const void *data, i
pMsg->MsgId = CA_MESSAGE_MSG_MMI_CLOSE; pMsg->MsgId = CA_MESSAGE_MSG_MMI_CLOSE;
pMsg->SlotType = CA_SLOT_TYPE_CI; pMsg->SlotType = CA_SLOT_TYPE_CI;
pMsg->Slot = slot->slot; pMsg->Slot = slot->slot;
stopMMI();
cCA::GetInstance()->SendMessage(pMsg); cCA::GetInstance()->SendMessage(pMsg);
} }
break; break;