summaryrefslogtreecommitdiffstats
path: root/source/torture/rpc/echo.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-28 13:40:50 +0000
committerAndrew Tridgell <tridge@samba.org>2004-10-28 13:40:50 +0000
commita570193d5f74b0c55723afe030b5d1a421e38213 (patch)
treefe7ef5c53b8ef1b32996d7e221727edc20731316 /source/torture/rpc/echo.c
parente0c88a88738fdb092854eb53841c27c423e73aff (diff)
downloadsamba-a570193d5f74b0c55723afe030b5d1a421e38213.tar.gz
samba-a570193d5f74b0c55723afe030b5d1a421e38213.tar.xz
samba-a570193d5f74b0c55723afe030b5d1a421e38213.zip
r3324: made the smbtorture code completely warning free
Diffstat (limited to 'source/torture/rpc/echo.c')
-rw-r--r--source/torture/rpc/echo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/torture/rpc/echo.c b/source/torture/rpc/echo.c
index 7d12c1b7f3f..342255f102f 100644
--- a/source/torture/rpc/echo.c
+++ b/source/torture/rpc/echo.c
@@ -207,7 +207,7 @@ static BOOL test_testcall2(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
return ret;
}
-
+#if 0
/*
test the TestSleep interface
*/
@@ -259,8 +259,9 @@ static BOOL test_sleep(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
return ret;
}
+#endif
-BOOL torture_rpc_echo(int dummy)
+BOOL torture_rpc_echo(void)
{
NTSTATUS status;
struct dcerpc_pipe *p;