[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:
Eric Kohl 2012-05-13 17:32:09 +00:00
parent b209ab9884
commit 8b006cca18

View file

@ -26,6 +26,9 @@ SetAccountDomain(LPCWSTR DomainName,
LSA_HANDLE PolicyHandle;
NTSTATUS Status;
if (DomainSid != NULL)
SamSetDomainSid (DomainSid);
memset(&ObjectAttributes, 0, sizeof(LSA_OBJECT_ATTRIBUTES));
ObjectAttributes.Length = sizeof(LSA_OBJECT_ATTRIBUTES);