mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
So, finally, do that right... (re. 29956).
svn path=/trunk/; revision=29957
This commit is contained in:
parent
b0c1506b7e
commit
904dde02c7
1 changed files with 2 additions and 2 deletions
|
@ -772,10 +772,10 @@ ScmStartUserModeService(PSERVICE Service,
|
|||
4,
|
||||
30000,
|
||||
NULL);
|
||||
DPRINT1("CreateNamedPipeW(%S) done\n", NtControlPipeName);
|
||||
DPRINT("CreateNamedPipeW(%S) done\n", NtControlPipeName);
|
||||
if (Service->ControlPipeHandle == INVALID_HANDLE_VALUE)
|
||||
{
|
||||
DPRINT("Failed to create control pipe!\n");
|
||||
DPRINT1("Failed to create control pipe!\n");
|
||||
return GetLastError();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue