Loading src/blogi.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -3406,7 +3406,7 @@ VOID WINAPI ServiceCtrlHandler(DWORD CtrlCode) { switch (CtrlCode) { case SERVICE_CONTROL_STOP: ReportSvcStatus(SERVICE_STOP_PENDING, NO_ERROR, 5000); netplus::event::Running = false; netplus::event::requestStop(); if (g_ServiceStopEvent) { SetEvent(g_ServiceStopEvent); } Loading Loading
src/blogi.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -3406,7 +3406,7 @@ VOID WINAPI ServiceCtrlHandler(DWORD CtrlCode) { switch (CtrlCode) { case SERVICE_CONTROL_STOP: ReportSvcStatus(SERVICE_STOP_PENDING, NO_ERROR, 5000); netplus::event::Running = false; netplus::event::requestStop(); if (g_ServiceStopEvent) { SetEvent(g_ServiceStopEvent); } Loading