Author: idra
Date: 2006-09-25 04:04:40 +0000 (Mon, 25 Sep 2006)
New Revision: 18885

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18885

Log:

Fix bug in our IDL pointed out by Ronnie


Modified:
   branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl     2006-09-25 03:54:46 UTC 
(rev 18884)
+++ branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl     2006-09-25 04:04:40 UTC 
(rev 18885)
@@ -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
                );
 
 /**************************/

Reply via email to