summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 19:28:11 +0100
committerGünther Deschner <gd@samba.org>2008-10-31 02:44:32 +0100
commit5cd089edd2c400bf1141de8354e075718d79f2c0 (patch)
tree223e07258eb04bf640806d5bfaa102ed67e307e3 /source4
parentd2cc4e63c570633c387f72cb977e3adcfc3a7ce8 (diff)
downloadsamba-5cd089edd2c400bf1141de8354e075718d79f2c0.tar.gz
samba-5cd089edd2c400bf1141de8354e075718d79f2c0.tar.bz2
samba-5cd089edd2c400bf1141de8354e075718d79f2c0.zip
s4-srvsvc: merge srvsvc_NetSrvSetInfo from s3 idl.
Guenther
Diffstat (limited to 'source4')
-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 d636cdcea3..1d5a678bbe 100644
--- a/source4/librpc/idl/srvsvc.idl
+++ b/source4/librpc/idl/srvsvc.idl
@@ -1138,7 +1138,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
);