diff options
author | Günther Deschner <gd@samba.org> | 2008-03-07 23:55:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-07 23:55:01 +0100 |
commit | 00255e12d74154740d0ae734c3e2bea351922b95 (patch) | |
tree | 51d22dc4da1263d14db46cfe2d26068611454ac7 /source3/librpc/idl/srvsvc.idl | |
parent | 91710a5f853d639bbfb97bd7677c8dcc15a028e4 (diff) | |
download | samba-00255e12d74154740d0ae734c3e2bea351922b95.tar.gz samba-00255e12d74154740d0ae734c3e2bea351922b95.tar.bz2 samba-00255e12d74154740d0ae734c3e2bea351922b95.zip |
Fix IDL for srvsvc_NetShareAdd().
Guenther
(This used to be commit 1e7d77766e282c8c20d03d1b1e80346468848ea9)
Diffstat (limited to 'source3/librpc/idl/srvsvc.idl')
-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 86fdeba425..4ad7ca4541 100644 --- a/source3/librpc/idl/srvsvc.idl +++ b/source3/librpc/idl/srvsvc.idl @@ -552,7 +552,7 @@ import "security.idl", "svcctl.idl"; WERROR srvsvc_NetShareAdd( [in,unique] [string,charset(UTF16)] uint16 *server_unc, [in] uint32 level, - [in,switch_is(level)] srvsvc_NetShareInfo info, + [in,ref,switch_is(level)] srvsvc_NetShareInfo *info, [in,out,unique] uint32 *parm_error ); |