From 19afd524443f9ebc0f986d6e8bf6874b477ac176 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Feb 2007 11:51:51 +0000 Subject: r21489: Remove accidently committed test idl. (This used to be commit 268915961d0b2766eb9a4e106fdf5cfdf68de07e) --- source4/librpc/idl/echo.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl index 5b5d2ed326..fa030be761 100644 --- a/source4/librpc/idl/echo.idl +++ b/source4/librpc/idl/echo.idl @@ -99,7 +99,7 @@ interface rpcecho } echo_Enum1_32; typedef struct { - enum { foo=1, bar=2} e1; + echo_Enum1 e1; echo_Enum1_32 e2; } echo_Enum2; -- cgit