mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SYSSETUP]
- Avoid logging the administrator password CORE-8019 #resolve svn path=/trunk/; revision=63854
This commit is contained in:
@@ -330,7 +330,7 @@ SetAdministratorPassword(LPCWSTR Password)
|
||||
SAM_HANDLE UserHandle = NULL;
|
||||
NTSTATUS Status;
|
||||
|
||||
DPRINT1("SYSSETUP: SetAdministratorPassword(%S)\n", Password);
|
||||
DPRINT("SYSSETUP: SetAdministratorPassword(%p)\n", Password);
|
||||
|
||||
memset(&ObjectAttributes, 0, sizeof(LSA_OBJECT_ATTRIBUTES));
|
||||
ObjectAttributes.Length = sizeof(LSA_OBJECT_ATTRIBUTES);
|
||||
|
||||
Reference in New Issue
Block a user