mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
sectionsd/dmx: add hack for TripleDragon
Origin commit data
------------------
Commit: 1be995af05
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-08-04 (Sun, 04 Aug 2013)
This commit is contained in:
@@ -121,9 +121,13 @@ void DMX::closefd(void)
|
||||
#endif
|
||||
if (isOpen())
|
||||
{
|
||||
//dmx->Stop();
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
/* not sure why, but we lose CN events if we do delete / new :-( */
|
||||
dmx->Stop();
|
||||
#else
|
||||
delete dmx;
|
||||
dmx = NULL;
|
||||
#endif
|
||||
fd = -1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user