summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhschang <chang@dev3>2019-01-04 09:31:35 (GMT)
committerhschang <chang@dev3>2019-01-04 09:31:49 (GMT)
commit7cfb3f6ac4b0f7accef60d36a9d8c47965c39e75 (patch)
treeced6fc3ace00bd3386cf78ea68edde6ca87505e6
parent5ef8f53ba52f4f01124b62b63c5a77cd73f41f0a (diff)
[pmt] fix typo.
-rw-r--r--lib/dvb/pmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp
index f06ec21..7ab159a 100644
--- a/lib/dvb/pmt.cpp
+++ b/lib/dvb/pmt.cpp
@@ -1322,7 +1322,7 @@ void eDVBServicePMTHandler::removeCaHandler()
bool eDVBServicePMTHandler::isCiConnected()
{
- eDVBCIInterfaces::getInstance()->isCiConnected(this);
+ return eDVBCIInterfaces::getInstance()->isCiConnected(this);
}
CAServiceMap eDVBCAService::exist;