summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/srvsvc.idl
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-09-25 04:04:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:18 -0500
commit0f29ec343e87a45d56d237ab468d91861545e1ce (patch)
tree72203f6aa861943f1616bba03f03655d25542ae3 /source4/librpc/idl/srvsvc.idl
parent11c3bfd474810bf186cab57a99c5c6730c0a554d (diff)
downloadsamba-0f29ec343e87a45d56d237ab468d91861545e1ce.tar.gz
samba-0f29ec343e87a45d56d237ab468d91861545e1ce.tar.bz2
samba-0f29ec343e87a45d56d237ab468d91861545e1ce.zip
r18885: Fix bug in our IDL pointed out by Ronnie
(This used to be commit 77e8d96bc488a574b0b728d5b8facd51e69822d5)
Diffstat (limited to 'source4/librpc/idl/srvsvc.idl')
-rw-r--r--source4/librpc/idl/srvsvc.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl
index 6ee470b5a6..ade1a7ee0b 100644
--- a/source4/librpc/idl/srvsvc.idl
+++ b/source4/librpc/idl/srvsvc.idl
@@ -1273,8 +1273,8 @@
/* Function: 0x1b */
WERROR srvsvc_NetTransportDel(
[in] [string,charset(UTF16)] uint16 *server_unc,
- [in] uint32 unknown,
- [in] srvsvc_NetTransportInfo0 transport
+ [in] uint32 level,
+ [in,switch_is(level)] srvsvc_NetTransportInfo info
);
/**************************/