summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 13:50:17 +0100
committerGünther Deschner <gd@samba.org>2008-10-31 02:44:29 +0100
commit95e438d9b350b97b950d2b47f927c6892b583e1e (patch)
treeae073174d5d6a317f5ecc8452c252f93beff04aa /source4/librpc
parent0b95cb251ce0043e393139a22a0f3ac6121406c5 (diff)
downloadsamba-95e438d9b350b97b950d2b47f927c6892b583e1e.tar.gz
samba-95e438d9b350b97b950d2b47f927c6892b583e1e.tar.bz2
samba-95e438d9b350b97b950d2b47f927c6892b583e1e.zip
s4-srvsvc: merge srvsvc_NetSetFileSecurity from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/srvsvc.idl2
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
);