diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 15:53:27 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:31 +0100 |
commit | 8859e9a9042d94e73257137ae57b55ef418590cb (patch) | |
tree | 9fe3f581c8616dfe58cc84501f95889a3d5425cf /source4 | |
parent | 227c6ed8ea366f6dc0559cd6bb21254e42d2b22c (diff) | |
download | samba-8859e9a9042d94e73257137ae57b55ef418590cb.tar.gz samba-8859e9a9042d94e73257137ae57b55ef418590cb.tar.bz2 samba-8859e9a9042d94e73257137ae57b55ef418590cb.zip |
s4-srvsvc: merge srvsvc_NetTransportDel 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 e40cc205f9..1784fd9383 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -1301,7 +1301,7 @@ import "security.idl", "svcctl.idl"; WERROR srvsvc_NetTransportDel( [in,unique] [string,charset(UTF16)] uint16 *server_unc, [in] uint32 level, - [in,switch_is(level)] srvsvc_NetTransportInfo info + [in] srvsvc_NetTransportInfo0 *info0 ); /**************************/ |