summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-10-11 15:26:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:57 -0500
commit554972d1d2ede7598eff3450f17c3de0d85fe2e8 (patch)
treef20d2a2b2c97d15330211a009410781c13d239e5 /source4/torture/rpc/rpc.c
parent2bdaccaa9c794f901ddd10b57b67b8aa21ef5285 (diff)
downloadsamba-554972d1d2ede7598eff3450f17c3de0d85fe2e8.tar.gz
samba-554972d1d2ede7598eff3450f17c3de0d85fe2e8.tar.bz2
samba-554972d1d2ede7598eff3450f17c3de0d85fe2e8.zip
r19247: Ok, figured out that wkssvc wksgetinfo also gives the server name. I thought I
had tested that w2k3 copies the input server name to output. Volker (This used to be commit b7e54501f773a11892ab5ef3202ee4d57723725e)
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 879fa7aa8e..24776d556d 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -136,6 +136,7 @@ NTSTATUS torture_rpc_init(void)
torture_samba3_rpc_getusername);
register_torture_op("RPC-SAMBA3-LSA", torture_samba3_rpc_lsa);
register_torture_op("RPC-SAMBA3-SPOOLSS", torture_samba3_rpc_spoolss);
+ register_torture_op("RPC-SAMBA3-WKSSVC", torture_samba3_rpc_wkssvc);
register_torture_op("RPC-DRSUAPI", torture_rpc_drsuapi);
register_torture_op("RPC-CRACKNAMES", torture_rpc_drsuapi_cracknames);
register_torture_op("RPC-ROT", torture_rpc_rot);