r4442: fix lsa_TranslatedSid3 (its a dom_sid2 not a dom_sid)
authorAndrew Tridgell <tridge@samba.org>
Fri, 31 Dec 2004 07:52:54 +0000 (07:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:50 +0000 (13:07 -0500)
source/librpc/idl/lsa.idl

index 66a75935664f34b642f8a0516f5ff8a6de102610..770e42c36223f3eb63d19515c4e0f40b028d5d6b 100644 (file)
        /* Function 0x44 */
        typedef struct {
                uint16 sid_type;
-               dom_sid *sid;
+               dom_sid2 *sid;
                uint32 sid_index;
                uint32 unknown;
        } lsa_TranslatedSid3;