summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-21 11:51:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:43 -0500
commit19afd524443f9ebc0f986d6e8bf6874b477ac176 (patch)
tree1343dbd5bcc45f065f4353ccae9c53a118fba003 /source4/librpc
parent1c1ba06ad966a2a348c340c8b547c063d30f8960 (diff)
downloadsamba-19afd524443f9ebc0f986d6e8bf6874b477ac176.tar.gz
samba-19afd524443f9ebc0f986d6e8bf6874b477ac176.tar.bz2
samba-19afd524443f9ebc0f986d6e8bf6874b477ac176.zip
r21489: Remove accidently committed test idl.
(This used to be commit 268915961d0b2766eb9a4e106fdf5cfdf68de07e)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/echo.idl2
1 files changed, 1 insertions, 1 deletions
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;