mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Use the handle for ControlService too. This allows me to start and stop my test service (but tcpsvcs hangs on stop)
svn path=/trunk/; revision=29017
This commit is contained in:
@@ -581,7 +581,7 @@ ScmControlService(PSERVICE Service,
|
||||
return ERROR_NOT_ENOUGH_MEMORY;
|
||||
|
||||
ControlPacket->dwControl = dwControl;
|
||||
|
||||
ControlPacket->hClient = Service->hClient;
|
||||
ControlPacket->dwSize = TotalLength;
|
||||
wcscpy(&ControlPacket->szArguments[0], Service->lpServiceName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user