diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-20 01:32:43 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-20 01:32:43 +0000 |
commit | 8a8b2da9c9bb405d24f29684ebda4b9950f4e89f (patch) | |
tree | 5186240ecdfa90a186261784cd206459930d675f /source4/librpc/ndr/ndr_echo.h | |
parent | f01e89e9e0800df912b5ee87bcacb664daa0895e (diff) | |
download | samba-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/ndr/ndr_echo.h')
-rw-r--r-- | source4/librpc/ndr/ndr_echo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/ndr/ndr_echo.h b/source4/librpc/ndr/ndr_echo.h index c7c371ebca..1e33a48516 100644 --- a/source4/librpc/ndr/ndr_echo.h +++ b/source4/librpc/ndr/ndr_echo.h @@ -115,7 +115,7 @@ union echo_Info { struct TestCall2 { struct { - uint32 level; + uint16 level; } in; struct { |