mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
eitd/sectionsd.cpp: try to fix filter restart on service stop
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user