diff options
-rw-r--r-- | source/librpc/idl/unixinfo.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); /******************/ |