From 6c8df6db8fabd709498d6b90ff27e9f92404a91a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 31 Dec 2004 07:52:54 +0000 Subject: r4442: fix lsa_TranslatedSid3 (its a dom_sid2 not a dom_sid) (This used to be commit 0dd258709554265efaa0d25ad5bc86b559139c2e) --- source4/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') 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; -- cgit