mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
[SAMSRV]
Fix some really stupid typos. svn path=/trunk/; revision=64201
This commit is contained in:
parent
086000893f
commit
002cdd74af
1 changed files with 3 additions and 3 deletions
|
@ -2179,7 +2179,7 @@ SamrEnumerateGroupsInDomain(IN SAMPR_HANDLE DomainHandle,
|
||||||
EnumBuffer->Buffer[i].RelativeId = Rid;
|
EnumBuffer->Buffer[i].RelativeId = Rid;
|
||||||
|
|
||||||
EnumBuffer->Buffer[i].Name.Length = (USHORT)NameLength;
|
EnumBuffer->Buffer[i].Name.Length = (USHORT)NameLength;
|
||||||
EnumBuffer->Buffer[i].Name.MaximumLength = (USHORT)(DataLength + sizeof(UNICODE_NULL));
|
EnumBuffer->Buffer[i].Name.MaximumLength = (USHORT)(NameLength + sizeof(UNICODE_NULL));
|
||||||
|
|
||||||
/* FIXME: Disabled because of bugs in widl and rpcrt4 */
|
/* FIXME: Disabled because of bugs in widl and rpcrt4 */
|
||||||
#if 0
|
#if 0
|
||||||
|
@ -2790,7 +2790,7 @@ SamrEnumerateUsersInDomain(IN SAMPR_HANDLE DomainHandle,
|
||||||
EnumBuffer->Buffer[i].RelativeId = Rid;
|
EnumBuffer->Buffer[i].RelativeId = Rid;
|
||||||
|
|
||||||
EnumBuffer->Buffer[i].Name.Length = (USHORT)NameLength;
|
EnumBuffer->Buffer[i].Name.Length = (USHORT)NameLength;
|
||||||
EnumBuffer->Buffer[i].Name.MaximumLength = (USHORT)(DataLength + sizeof(UNICODE_NULL));
|
EnumBuffer->Buffer[i].Name.MaximumLength = (USHORT)(NameLength + sizeof(UNICODE_NULL));
|
||||||
|
|
||||||
/* FIXME: Disabled because of bugs in widl and rpcrt4 */
|
/* FIXME: Disabled because of bugs in widl and rpcrt4 */
|
||||||
#if 0
|
#if 0
|
||||||
|
@ -3171,7 +3171,7 @@ SamrEnumerateAliasesInDomain(IN SAMPR_HANDLE DomainHandle,
|
||||||
EnumBuffer->Buffer[i].RelativeId = Rid;
|
EnumBuffer->Buffer[i].RelativeId = Rid;
|
||||||
|
|
||||||
EnumBuffer->Buffer[i].Name.Length = (USHORT)NameLength;
|
EnumBuffer->Buffer[i].Name.Length = (USHORT)NameLength;
|
||||||
EnumBuffer->Buffer[i].Name.MaximumLength = (USHORT)(DataLength + sizeof(UNICODE_NULL));
|
EnumBuffer->Buffer[i].Name.MaximumLength = (USHORT)(NameLength + sizeof(UNICODE_NULL));
|
||||||
|
|
||||||
/* FIXME: Disabled because of bugs in widl and rpcrt4 */
|
/* FIXME: Disabled because of bugs in widl and rpcrt4 */
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue