mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
Ooops! These were not meant to be committed!
svn path=/trunk/; revision=71955
This commit is contained in:
parent
949bd4b625
commit
bca3b5833c
1 changed files with 4 additions and 4 deletions
|
@ -202,9 +202,9 @@ ScmLogonService(
|
|||
PWSTR ptr;
|
||||
DWORD dwError = ERROR_SUCCESS;
|
||||
|
||||
DPRINT1("ScmLogonService()\n");
|
||||
DPRINT("ScmLogonService()\n");
|
||||
|
||||
DPRINT1("Service %S\n", pService->lpServiceName);
|
||||
DPRINT("Service %S\n", pService->lpServiceName);
|
||||
|
||||
if (ScmIsLocalSystemAccount(pImage->pszAccountName))
|
||||
return ERROR_SUCCESS;
|
||||
|
@ -228,10 +228,10 @@ ScmLogonService(
|
|||
// pDomainName = computer name
|
||||
}
|
||||
|
||||
DPRINT1("Domain: %S User: %S\n", pDomainName, pUserName);
|
||||
DPRINT("Domain: %S User: %S\n", pDomainName, pUserName);
|
||||
|
||||
/* FIXME */
|
||||
#if 1
|
||||
#if 0
|
||||
if (!LogonUserW(pUserName,
|
||||
pDomainName,
|
||||
L"", // lpszPassword,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue