mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
neutrino.cpp: fix crash if DISABLE_SECTIONSD defined for testing
This commit is contained in:
@@ -1943,9 +1943,7 @@ TIMER_START();
|
|||||||
|
|
||||||
dprintf( DEBUG_NORMAL, "registering as event client\n");
|
dprintf( DEBUG_NORMAL, "registering as event client\n");
|
||||||
|
|
||||||
#ifndef DISABLE_SECTIONSD
|
|
||||||
InitSectiondClient();
|
InitSectiondClient();
|
||||||
#endif
|
|
||||||
|
|
||||||
InitTimerdClient();
|
InitTimerdClient();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user