diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/unixinfo.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); /******************/ |