mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 02:04:34 +00:00
services: Use the correct invalid handle value for the control pipe.
This commit is contained in:
parent
29d8c366bb
commit
8ae87c7f0e
@ -827,7 +827,7 @@ DWORD svcctl_ControlService(
|
||||
if (dwControl == SERVICE_CONTROL_STOP)
|
||||
{
|
||||
service->service_entry->control_mutex = NULL;
|
||||
service->service_entry->control_pipe = NULL;
|
||||
service->service_entry->control_pipe = INVALID_HANDLE_VALUE;
|
||||
}
|
||||
|
||||
service_unlock(service->service_entry);
|
||||
|
Loading…
x
Reference in New Issue
Block a user