summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/scanner.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-31 13:30:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:17 -0500
commit2a8ff00eea6c1e5e0565306435a3b454903dcbb4 (patch)
treea91553340668b00d8a300d352bf066178b625578 /source4/torture/rpc/scanner.c
parent51cdf8bc042835edbf8d08bd729193fab9bd5b35 (diff)
downloadsamba-2a8ff00eea6c1e5e0565306435a3b454903dcbb4.tar.gz
samba-2a8ff00eea6c1e5e0565306435a3b454903dcbb4.tar.bz2
samba-2a8ff00eea6c1e5e0565306435a3b454903dcbb4.zip
r24835: Put all RPC tests in the list (skipping when necessary), warn if tests aren't there.
(This used to be commit 1ff13ae254288afc56a3b19d00c7a20120eb4c74)
Diffstat (limited to 'source4/torture/rpc/scanner.c')
-rw-r--r--source4/torture/rpc/scanner.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/rpc/scanner.c b/source4/torture/rpc/scanner.c
index b2dd99fd66..e8203061e7 100644
--- a/source4/torture/rpc/scanner.c
+++ b/source4/torture/rpc/scanner.c
@@ -28,7 +28,7 @@
/*
work out how many calls there are for an interface
*/
-static BOOL test_num_calls(struct torture_context *tctx,
+static bool test_num_calls(struct torture_context *tctx,
const struct ndr_interface_table *iface,
TALLOC_CTX *mem_ctx,
struct ndr_syntax_id *id)
@@ -88,12 +88,12 @@ static BOOL test_num_calls(struct torture_context *tctx,
done:
talloc_free(p);
- return True;
+ return true;
}
-BOOL torture_rpc_scanner(struct torture_context *torture)
+bool torture_rpc_scanner(struct torture_context *torture)
{
NTSTATUS status;
struct dcerpc_pipe *p;