diff options
author | Günther Deschner <gd@samba.org> | 2008-03-04 23:50:23 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-05 10:00:15 +0100 |
commit | 9e10620f85bdbe6a01af3ab18e3ee4215a574522 (patch) | |
tree | 0d0fc041139a654ceb839986affc5b6e98e25d50 /source3 | |
parent | d1ef6699c0f9648dd76ac5230694e03a574cd48d (diff) | |
download | samba-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.idl | 2 |
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 ); |