diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 19:28:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:32 +0100 |
commit | 5cd089edd2c400bf1141de8354e075718d79f2c0 (patch) | |
tree | 223e07258eb04bf640806d5bfaa102ed67e307e3 /source4 | |
parent | d2cc4e63c570633c387f72cb977e3adcfc3a7ce8 (diff) | |
download | samba-5cd089edd2c400bf1141de8354e075718d79f2c0.tar.gz samba-5cd089edd2c400bf1141de8354e075718d79f2c0.tar.xz samba-5cd089edd2c400bf1141de8354e075718d79f2c0.zip |
s4-srvsvc: merge srvsvc_NetSrvSetInfo from s3 idl.
Guenther
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index d636cdcea30..1d5a678bbe4 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 ); |