From ba5a060136145abdfa4915fe0fecc4afe1180627 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 15 Nov 2003 06:00:21 +0000 Subject: added the first couple of calls from samr as IDL samr_EnumDomains() works nicely (This used to be commit 7c162eaf3bb0195f9a2da05d6acd3c8e620f08d1) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 532dafe065..facfb832ec 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -3988,6 +3988,7 @@ static struct { {"RPC-ECHO", torture_rpc_echo, 0}, {"RPC-DFS", torture_rpc_dfs, 0}, {"RPC-SPOOLSS", torture_rpc_spoolss, 0}, + {"RPC-SAMR", torture_rpc_samr, 0}, {NULL, NULL, 0}}; -- cgit