mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[SYSSETUP]
Re-add the call to SamSetDomainSid because the logon code in advapi32 still relies on it. svn path=/trunk/; revision=56574
This commit is contained in:
parent
b209ab9884
commit
8b006cca18
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ 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