diff options
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 2 |
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}}; |