mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-27 05:18:34 +02:00
Fixed issue 502
This commit is contained in:
parent
a26bba1cc9
commit
b7e528c8ab
1 changed files with 4 additions and 0 deletions
|
@ -701,6 +701,10 @@ CArchDaemonWindows::serviceMain(DWORD argc, LPTSTR* argvIn)
|
|||
// clean up
|
||||
ARCH->closeCondVar(m_serviceCondVar);
|
||||
ARCH->closeMutex(m_serviceMutex);
|
||||
|
||||
// we're going to exit now, so set status to stopped
|
||||
m_serviceState = SERVICE_STOPPED;
|
||||
setStatus(m_serviceState, 0, 10000);
|
||||
}
|
||||
|
||||
void WINAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue