neutrino.cpp: fix crash if DISABLE_SECTIONSD defined for testing

This commit is contained in:
[CST] Focus
2013-11-29 11:42:01 +04:00
parent 4a07492765
commit 7f318a9d0f

View File

@@ -1943,9 +1943,7 @@ TIMER_START();
dprintf( DEBUG_NORMAL, "registering as event client\n");
#ifndef DISABLE_SECTIONSD
InitSectiondClient();
#endif
InitTimerdClient();