mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
So, finally, do that right... (re. 29956).
svn path=/trunk/; revision=29957
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user