nhttpd/tuxboxapi/coolstream/controlapi.cpp: wakeup zapit before neutrino,

to be sure zapit will process any next commands


Origin commit data
------------------
Commit: d26bc23f6b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-09-27 (Fri, 27 Sep 2013)
This commit is contained in:
[CST] Focus
2013-09-27 15:51:08 +04:00
parent 4449c774ac
commit c7462305ca

View File

@@ -433,6 +433,7 @@ void CControlAPI::StandbyCGI(CyhookHandler *hh)
}
else if (hh->ParamList["1"] == "off")// standby mode off
{
NeutrinoAPI->Zapit->setStandby(false);
if(CNeutrinoApp::getInstance()->getMode() == 4)
NeutrinoAPI->EventServer->sendEvent(NeutrinoMessages::STANDBY_OFF, CEventServer::INITID_HTTPD);
hh->SendOk();