diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-11 15:42:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:22 -0500 |
commit | 13a062a41eeab093028949ba53945a5f8f988b01 (patch) | |
tree | 89b279166ed0b5dfd276cef175040aaaacdb183a /source4/librpc/idl/unixinfo.idl | |
parent | 27964734a643b814f89b9521ab3b9a1b20787049 (diff) | |
download | samba-13a062a41eeab093028949ba53945a5f8f988b01.tar.gz samba-13a062a41eeab093028949ba53945a5f8f988b01.tar.bz2 samba-13a062a41eeab093028949ba53945a5f8f988b01.zip |
r18384: this is a ref pointer like in samba3 and for the Gid version
metze
(This used to be commit 5d2100a6daa645e54df30986e1c4e0e8c0d4158d)
Diffstat (limited to 'source4/librpc/idl/unixinfo.idl')
-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 ); /******************/ |