From 5d2100a6daa645e54df30986e1c4e0e8c0d4158d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Sep 2006 15:42:31 +0000 Subject: [PATCH] r18384: this is a ref pointer like in samba3 and for the Gid version metze --- source/librpc/idl/unixinfo.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/librpc/idl/unixinfo.idl b/source/librpc/idl/unixinfo.idl index 2b5b60908f7..a1a9283e798 100644 --- a/source/librpc/idl/unixinfo.idl +++ b/source/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 ); /******************/ -- 2.34.1