summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-04 23:50:23 +0100
committerGünther Deschner <gd@samba.org>2008-03-05 10:00:15 +0100
commit9e10620f85bdbe6a01af3ab18e3ee4215a574522 (patch)
tree0d0fc041139a654ceb839986affc5b6e98e25d50 /source3
parentd1ef6699c0f9648dd76ac5230694e03a574cd48d (diff)
downloadsamba-9e10620f85bdbe6a01af3ab18e3ee4215a574522.tar.gz
samba-9e10620f85bdbe6a01af3ab18e3ee4215a574522.tar.bz2
samba-9e10620f85bdbe6a01af3ab18e3ee4215a574522.zip
Fix IDL for srvsvc_NetShareSetInfo().
Guenther (This used to be commit 40d780f2e75c3a62853568a149a1229828ac9da4)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/srvsvc.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/srvsvc.idl b/source3/librpc/idl/srvsvc.idl
index 885de1881c..1682fde5d6 100644
--- a/source3/librpc/idl/srvsvc.idl
+++ b/source3/librpc/idl/srvsvc.idl
@@ -577,7 +577,7 @@ import "security.idl", "svcctl.idl";
[in,unique] [string,charset(UTF16)] uint16 *server_unc,
[in] [string,charset(UTF16)] uint16 share_name[],
[in] uint32 level,
- [in,switch_is(level)] srvsvc_NetShareInfo info,
+ [in,ref,switch_is(level)] srvsvc_NetShareInfo *info,
[in,out,unique] uint32 *parm_error
);