summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/echo.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-20 01:32:43 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-20 01:32:43 +0000
commit8a8b2da9c9bb405d24f29684ebda4b9950f4e89f (patch)
tree5186240ecdfa90a186261784cd206459930d675f /source4/librpc/idl/echo.idl
parentf01e89e9e0800df912b5ee87bcacb664daa0895e (diff)
downloadsamba-8a8b2da9c9bb405d24f29684ebda4b9950f4e89f.tar.gz
samba-8a8b2da9c9bb405d24f29684ebda4b9950f4e89f.tar.bz2
samba-8a8b2da9c9bb405d24f29684ebda4b9950f4e89f.zip
make the echo idl match the win32 IDL again
(This used to be commit 4b901bd717a48daae24d8f7738169ac3cc5ba7fa)
Diffstat (limited to 'source4/librpc/idl/echo.idl')
-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 304ba4c66a..38650e990d 100644
--- a/source4/librpc/idl/echo.idl
+++ b/source4/librpc/idl/echo.idl
@@ -80,7 +80,7 @@ interface rpcecho
} echo_Info;
NTSTATUS TestCall2 (
- [in] uint32 level,
+ [in] uint16 level,
[out,switch_is(level)] echo_Info *info
);
}