svn commit: samba r4442 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Fri Dec 31 07:52:55 GMT 2004


Author: tridge
Date: 2004-12-31 07:52:54 +0000 (Fri, 31 Dec 2004)
New Revision: 4442

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4442

Log:
fix lsa_TranslatedSid3 (its a dom_sid2 not a dom_sid)

Modified:
   branches/SAMBA_4_0/source/librpc/idl/lsa.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/lsa.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2004-12-31 07:43:08 UTC (rev 4441)
+++ branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2004-12-31 07:52:54 UTC (rev 4442)
@@ -796,7 +796,7 @@
 	/* Function 0x44 */
 	typedef struct {
 		uint16 sid_type;
-		dom_sid *sid;
+		dom_sid2 *sid;
 		uint32 sid_index;
 		uint32 unknown;
 	} lsa_TranslatedSid3;



More information about the samba-cvs mailing list