summaryrefslogtreecommitdiffstats
path: root/source/torture/rpc/dfs.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/dfs.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/dfs.c')
-rw-r--r--source/torture/rpc/dfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/torture/rpc/dfs.c b/source/torture/rpc/dfs.c
index e19a4f0da31..ed7e3ec3a9a 100644
--- a/source/torture/rpc/dfs.c
+++ b/source/torture/rpc/dfs.c
@@ -130,7 +130,7 @@ static BOOL test_Enum(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
return ret;
}
-
+#if 0
static BOOL test_Add(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
{
NTSTATUS status;
@@ -161,9 +161,9 @@ static BOOL test_Add(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
return True;
}
+#endif
-
-BOOL torture_rpc_dfs(int dummy)
+BOOL torture_rpc_dfs(void)
{
NTSTATUS status;
struct dcerpc_pipe *p;