summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-11-21 05:28:36 +0000
committerTim Potter <tpot@samba.org>2003-11-21 05:28:36 +0000
commit49c02c66349237b6b8b62321589564d2d31ab11e (patch)
tree1dc1133e83999f2994475723e8762b41ca5f6091 /source4/torture/torture.c
parenta20352959e0474e10dc533f7ecb876cf7a4c8723 (diff)
downloadsamba-49c02c66349237b6b8b62321589564d2d31ab11e.tar.gz
samba-49c02c66349237b6b8b62321589564d2d31ab11e.tar.bz2
samba-49c02c66349237b6b8b62321589564d2d31ab11e.zip
Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.
(This used to be commit c8b87f5feb7756c7a5b38135517788c9f4ade36f)
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 54299e031d..25602e3a83 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -3996,6 +3996,7 @@ static struct {
{"RPC-SRVSVC", torture_rpc_srvsvc, 0},
{"RPC-ATSVC", torture_rpc_atsvc, 0},
{"RPC-EVENTLOG", torture_rpc_eventlog, 0},
+ {"RPC-WINREG", torture_rpc_winreg, 0},
{NULL, NULL, 0}};