summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-04 23:47:01 +0100
committerGünther Deschner <gd@samba.org>2008-03-05 09:49:42 +0100
commit93cb719837bc7247f2705c408cdde5a4d578081b (patch)
treea330c21455ba081c8ea7a32b0299b44011ff65b3
parent986005db133c6f0449b28251b7a765e22d667933 (diff)
downloadsamba-93cb719837bc7247f2705c408cdde5a4d578081b.tar.gz
samba-93cb719837bc7247f2705c408cdde5a4d578081b.tar.bz2
samba-93cb719837bc7247f2705c408cdde5a4d578081b.zip
Fix IDL for srvsvc_NetSrvSetInfo().
Guenther (This used to be commit 024021daabe825bc7a033951aa1073ab76bd34aa)
-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 2f23fd1e70..885de1881c 100644
--- a/source3/librpc/idl/srvsvc.idl
+++ b/source3/librpc/idl/srvsvc.idl
@@ -1120,7 +1120,7 @@ import "security.idl", "svcctl.idl";
WERROR srvsvc_NetSrvSetInfo(
[in,unique] [string,charset(UTF16)] uint16 *server_unc,
[in] uint32 level,
- [in,switch_is(level)] srvsvc_NetSrvInfo info,
+ [in,ref,switch_is(level)] srvsvc_NetSrvInfo *info,
[in,out,unique] uint32 *parm_error
);