summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-11-15 05:42:49 +0000
committerTim Potter <tpot@samba.org>2003-11-15 05:42:49 +0000
commit78b7118d1aeccc9da490af614d4646a328ac2c46 (patch)
tree21a0ac127711fc65872d8f1ae6fc45d2265ae2e6 /source4/torture/torture.c
parent7290260c1addcaa76da02a663f14ce4be790b13b (diff)
downloadsamba-78b7118d1aeccc9da490af614d4646a328ac2c46.tar.gz
samba-78b7118d1aeccc9da490af614d4646a328ac2c46.tar.bz2
samba-78b7118d1aeccc9da490af614d4646a328ac2c46.zip
Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx
works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)
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 967631c66b..532dafe065 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -3987,6 +3987,7 @@ static struct {
{"RPC-LSA", torture_rpc_lsa, 0},
{"RPC-ECHO", torture_rpc_echo, 0},
{"RPC-DFS", torture_rpc_dfs, 0},
+ {"RPC-SPOOLSS", torture_rpc_spoolss, 0},
{NULL, NULL, 0}};