r18885: Fix bug in our IDL pointed out by Ronnie
authorSimo Sorce <idra@samba.org>
Mon, 25 Sep 2006 04:04:40 +0000 (04:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:18 +0000 (14:20 -0500)
(This used to be commit 77e8d96bc488a574b0b728d5b8facd51e69822d5)

source4/librpc/idl/srvsvc.idl

index 6ee470b5a6b36e6d9383ca74310e2b3e995d1622..ade1a7ee0b149e322bfc9ba7266c3053d56e30b1 100644 (file)
        /* 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
                );
 
 /**************************/