mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[SYSSETUP]
Remove the now outdated call to SamSetDomainSid. svn path=/trunk/; revision=56584
This commit is contained in:
parent
d543e5e0de
commit
67b65c3947
1 changed files with 0 additions and 3 deletions
|
@ -26,9 +26,6 @@ SetAccountDomain(LPCWSTR DomainName,
|
||||||
LSA_HANDLE PolicyHandle;
|
LSA_HANDLE PolicyHandle;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
if (DomainSid != NULL)
|
|
||||||
SamSetDomainSid (DomainSid);
|
|
||||||
|
|
||||||
memset(&ObjectAttributes, 0, sizeof(LSA_OBJECT_ATTRIBUTES));
|
memset(&ObjectAttributes, 0, sizeof(LSA_OBJECT_ATTRIBUTES));
|
||||||
ObjectAttributes.Length = sizeof(LSA_OBJECT_ATTRIBUTES);
|
ObjectAttributes.Length = sizeof(LSA_OBJECT_ATTRIBUTES);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue