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

metze at samba.org metze at samba.org
Mon Sep 11 15:42:32 GMT 2006


Author: metze
Date: 2006-09-11 15:42:31 +0000 (Mon, 11 Sep 2006)
New Revision: 18384

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

Log:
this is a ref pointer like in samba3 and for the Gid version

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/unixinfo.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/unixinfo.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/unixinfo.idl	2006-09-11 14:08:51 UTC (rev 18383)
+++ branches/SAMBA_4_0/source/librpc/idl/unixinfo.idl	2006-09-11 15:42:31 UTC (rev 18384)
@@ -22,7 +22,7 @@
 	/* Function: 0x01 */
 	NTSTATUS unixinfo_UidToSid (
 	    [in]	hyper uid,
-	    [out]	dom_sid *sid
+	    [out,ref]	dom_sid *sid
 	    );
 
 	/******************/



More information about the samba-cvs mailing list