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/torture | |
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/torture')
-rw-r--r-- | source4/torture/rpc/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/echo.c b/source4/torture/rpc/echo.c index 2ea7362e9a..8d8a3d7c0c 100644 --- a/source4/torture/rpc/echo.c +++ b/source4/torture/rpc/echo.c @@ -224,7 +224,7 @@ BOOL torture_rpc_echo(int dummy) return False; } -#if 0 +#if 1 if (!test_addone(p, mem_ctx)) { ret = False; } |