mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[SYSSETUP]
Remove the now outdated call to SamSetDomainSid. svn path=/trunk/; revision=56584
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user