Commit 699b81e1 authored by jan.koester's avatar jan.koester
Browse files

test

parent 94222a45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ static VOID WINAPI svcCtrlHandler(DWORD ctrl) {
    if (ctrl == SERVICE_CONTROL_STOP || ctrl == SERVICE_CONTROL_SHUTDOWN) {
        reportSvcStatus(SERVICE_STOP_PENDING, 5000);
        if (g_state) g_state->shutdown = true;
        netplus::event::requestStop();
    }
}