From 78b7118d1aeccc9da490af614d4646a328ac2c46 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sat, 15 Nov 2003 05:42:49 +0000 Subject: Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2) --- 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 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}}; -- cgit