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…
Reference in New Issue