summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-07-13 18:05:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:34 -0500
commitbfd8bded8ea8544683b4cc754c7e0fc8ab824776 (patch)
treec60e401ee17b0e0675c517937bb3331dbe175640 /source4/torture/torture.c
parentfbdddf0cd9bfe7cba3ce5ca288a052a4c3cf9d02 (diff)
downloadsamba-bfd8bded8ea8544683b4cc754c7e0fc8ab824776.tar.gz
samba-bfd8bded8ea8544683b4cc754c7e0fc8ab824776.tar.bz2
samba-bfd8bded8ea8544683b4cc754c7e0fc8ab824776.zip
r1481: add idl file and torture test dummies
for DRSUapi (the Active Directory Replication Protocol) I'll try to fill the idl file as part of a study project together with some other students... metze (This used to be commit 3fc9abcad712c4cc5c9879df0acaa5a19a3d8718)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index d48d10a504..8f72b63e6c 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -4217,7 +4217,7 @@ static struct {
{"RPC-SCANNER", torture_rpc_scanner, 0},
{"RPC-AUTOIDL", torture_rpc_autoidl, 0},
{"RPC-MULTIBIND", torture_multi_bind, 0},
- {"RAP-RAW", torture_raw_rap, 0},
+ {"RPC-DRSUAPI", torture_rpc_drsuapi, 0},
{"NTLMSSP-SELFCHECK", torture_ntlmssp_self_check, 0},
{NULL, NULL, 0}};