diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 13:50:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:29 +0100 |
commit | 95e438d9b350b97b950d2b47f927c6892b583e1e (patch) | |
tree | ae073174d5d6a317f5ecc8452c252f93beff04aa /source4/librpc/idl | |
parent | 0b95cb251ce0043e393139a22a0f3ac6121406c5 (diff) | |
download | samba-95e438d9b350b97b950d2b47f927c6892b583e1e.tar.gz samba-95e438d9b350b97b950d2b47f927c6892b583e1e.tar.bz2 samba-95e438d9b350b97b950d2b47f927c6892b583e1e.zip |
s4-srvsvc: merge srvsvc_NetSetFileSecurity from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index d0e52e255b..22c709b8b1 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -1450,7 +1450,7 @@ import "security.idl", "svcctl.idl"; [in,unique] [string,charset(UTF16)] uint16 *share, [in] [string,charset(UTF16)] uint16 file[], [in] security_secinfo securityinformation, - [in] sec_desc_buf sd_buf + [in,ref] sec_desc_buf *sd_buf ); |