1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo

Tested with nt4 and w2k3.

metze
(This used to be commit 490d0c52bb)
This commit is contained in:
Stefan Metzmacher
2008-02-15 14:56:35 +01:00
committed by Günther Deschner
parent 5e7cc85a12
commit c7d0b8f3ba

View File

@ -976,7 +976,7 @@ import "misc.idl", "lsa.idl", "security.idl";
typedef struct {
uint32 idx;
lsa_AsciiString account_name;
lsa_AsciiStringLarge account_name;
} samr_DispEntryAscii;
typedef struct {