diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-09-30 13:42:30 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-09-30 13:42:30 -0700 |
commit | 69fe3a5ddd6af872bc686ff2161b9b6a5e5c62a2 (patch) | |
tree | 3cf5cbfea38661c2bdf3f14a320d3027e33f713e /source4/librpc/idl | |
parent | f84093df863eb00238a6be1caba59d926f18e7a5 (diff) | |
download | samba-69fe3a5ddd6af872bc686ff2161b9b6a5e5c62a2.tar.gz samba-69fe3a5ddd6af872bc686ff2161b9b6a5e5c62a2.tar.bz2 samba-69fe3a5ddd6af872bc686ff2161b9b6a5e5c62a2.zip |
fixed a number of places in our LSA server where we should return the
sid/name array even when all are unmapped. If we don't fill in the
array then the windows client runtime crashes
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index eed713f71c..e1c4499022 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -1052,7 +1052,7 @@ import "misc.idl", "security.idl"; lsa_SidType sid_type; dom_sid2 *sid; uint32 sid_index; - uint32 unknown; + uint32 flags; } lsa_TranslatedSid3; typedef struct { |