From 0f29ec343e87a45d56d237ab468d91861545e1ce Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 25 Sep 2006 04:04:40 +0000 Subject: r18885: Fix bug in our IDL pointed out by Ronnie (This used to be commit 77e8d96bc488a574b0b728d5b8facd51e69822d5) --- source4/librpc/idl/srvsvc.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/srvsvc.idl') 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 ); /**************************/ -- cgit