From 13a062a41eeab093028949ba53945a5f8f988b01 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Sep 2006 15:42:31 +0000 Subject: r18384: this is a ref pointer like in samba3 and for the Gid version metze (This used to be commit 5d2100a6daa645e54df30986e1c4e0e8c0d4158d) --- source4/librpc/idl/unixinfo.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/librpc/idl/unixinfo.idl b/source4/librpc/idl/unixinfo.idl index 2b5b60908f..a1a9283e79 100644 --- a/source4/librpc/idl/unixinfo.idl +++ b/source4/librpc/idl/unixinfo.idl @@ -22,7 +22,7 @@ /* Function: 0x01 */ NTSTATUS unixinfo_UidToSid ( [in] hyper uid, - [out] dom_sid *sid + [out,ref] dom_sid *sid ); /******************/ -- cgit