Fix the build on Win32, and use NEGOTIATE security (to allow kerberos)
[kai/samba.git] / testprogs / win32 / rpcecho / rpcecho.idl
index 0eb7a35b2760c6bb4c01a5457790978b8efa411c..b0ddb81a3829b8bc701dbea14f7c03844b00b631 100644 (file)
@@ -99,7 +99,7 @@ interface rpcecho
        } echo_Info;
 
        long TestCall2 (
-               [in]                     uint16 level,
+               [in]                     short level,
                [out,switch_is(level)]   echo_Info **info
                );