diff options
-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; |