eitd/sectionsd.cpp: fix busywait loop after service stop

Origin commit data
------------------
Branch: ni/coolstream
Commit: c4a8d40853
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-12-05 (Fri, 05 Dec 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-12-05 14:44:03 +03:00
parent 2ae96ef599
commit 2e3f9cd4c5
2 changed files with 2 additions and 0 deletions

View File

@@ -980,6 +980,7 @@ static void commandserviceStopped(int connfd, char * /* data */, const unsigned
threadCN.unlock();
threadEIT.unlock();
threadCN.stopUpdate();
current_channel_id = 0;
xprintf("[sectionsd] commandserviceStopped done\n");
}