eitd/sectionsd.cpp: try to fix filter restart on service stop

This commit is contained in:
[CST] Focus
2014-12-23 19:07:51 +03:00
parent 97875b4855
commit f816efadc6
2 changed files with 10 additions and 10 deletions

View File

@@ -283,7 +283,7 @@ int DMX::getSection(uint8_t *buf, const unsigned timeoutInMSeconds, int &timeout
lock();
if (!isOpen()) {
unlock();
timeouts = -1;
timeouts = -3;
return -1;
}