summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-03 07:26:30 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-03 07:26:30 +0000
commitdc2ffe07a8b25c117c7778fb706274198c11c2cc (patch)
tree983fb6590ebdbd04ceff282dd2c034030afa64b7 /source4/torture/torture.c
parentd064846d5f42bbb023a75a71d049b6a5037dbdd4 (diff)
downloadsamba-dc2ffe07a8b25c117c7778fb706274198c11c2cc.tar.gz
samba-dc2ffe07a8b25c117c7778fb706274198c11c2cc.tar.bz2
samba-dc2ffe07a8b25c117c7778fb706274198c11c2cc.zip
started adding RPC-ECHO torture cases
(This used to be commit 8cff335dab438aa2dbcca91a717e14ef5a8288dd)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index c3f7514e9b..8dc82242a2 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -4026,6 +4026,7 @@ static struct {
{"SCAN-ALIASES", torture_trans2_aliases, 0},
{"SCAN-SMB", torture_smb_scan, 0},
{"RPC-LSA", torture_rpc_lsa, 0},
+ {"RPC-ECHO", torture_rpc_echo, 0},
{NULL, NULL, 0}};