diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-31 07:52:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:50 -0500 |
commit | 6c8df6db8fabd709498d6b90ff27e9f92404a91a (patch) | |
tree | 8f3e0731cbd4efb09026de9f3c3c8e6486d92f72 /source4/librpc | |
parent | e6365b8950ccc986d1b4450148f1c837bb1cd2cb (diff) | |
download | samba-6c8df6db8fabd709498d6b90ff27e9f92404a91a.tar.gz samba-6c8df6db8fabd709498d6b90ff27e9f92404a91a.tar.bz2 samba-6c8df6db8fabd709498d6b90ff27e9f92404a91a.zip |
r4442: fix lsa_TranslatedSid3 (its a dom_sid2 not a dom_sid)
(This used to be commit 0dd258709554265efaa0d25ad5bc86b559139c2e)
Diffstat (limited to 'source4/librpc')
-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 66a7593566..770e42c362 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -796,7 +796,7 @@ /* Function 0x44 */ typedef struct { uint16 sid_type; - dom_sid *sid; + dom_sid2 *sid; uint32 sid_index; uint32 unknown; } lsa_TranslatedSid3; |