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

Origin commit data
------------------
Commit: f816efadc6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-12-23 (Tue, 23 Dec 2014)
This commit is contained in:
[CST] Focus
2014-12-23 19:07:51 +03:00
parent 9b0bc08d30
commit 8f2687c0dd
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;
}