[SYSSETUP]

Remove the now outdated call to SamSetDomainSid.

svn path=/trunk/; revision=56584
This commit is contained in:
Eric Kohl 2012-05-13 23:33:36 +00:00
parent d543e5e0de
commit 67b65c3947

View file

@ -26,9 +26,6 @@ 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);