mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 08:58:29 +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;
|
PWSTR ptr;
|
||||||
DWORD dwError = ERROR_SUCCESS;
|
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))
|
if (ScmIsLocalSystemAccount(pImage->pszAccountName))
|
||||||
return ERROR_SUCCESS;
|
return ERROR_SUCCESS;
|
||||||
|
@ -228,10 +228,10 @@ ScmLogonService(
|
||||||
// pDomainName = computer name
|
// pDomainName = computer name
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT1("Domain: %S User: %S\n", pDomainName, pUserName);
|
DPRINT("Domain: %S User: %S\n", pDomainName, pUserName);
|
||||||
|
|
||||||
/* FIXME */
|
/* FIXME */
|
||||||
#if 1
|
#if 0
|
||||||
if (!LogonUserW(pUserName,
|
if (!LogonUserW(pUserName,
|
||||||
pDomainName,
|
pDomainName,
|
||||||
L"", // lpszPassword,
|
L"", // lpszPassword,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue