Ooops! These were not meant to be committed!

svn path=/trunk/; revision=71955
This commit is contained in:
Eric Kohl 2016-07-16 17:41:44 +00:00
parent 949bd4b625
commit bca3b5833c

View file

@ -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,