summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/spoolss_win.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-16 16:01:10 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 11:14:54 +0100
commit0e2139c6936b28015a8a2a539810c2bd7821d36f (patch)
tree8a1627d8f347f454eea08c9d7cc328e857cea377 /source4/torture/rpc/spoolss_win.c
parent4727e3fa9784b183d223cd0779b6748f9916a538 (diff)
downloadsamba-0e2139c6936b28015a8a2a539810c2bd7821d36f.tar.gz
samba-0e2139c6936b28015a8a2a539810c2bd7821d36f.tar.bz2
samba-0e2139c6936b28015a8a2a539810c2bd7821d36f.zip
s4-smbtorture: fix RPC-SPOOLSS test after PrinterData changes.
Guenther
Diffstat (limited to 'source4/torture/rpc/spoolss_win.c')
-rw-r--r--source4/torture/rpc/spoolss_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/spoolss_win.c b/source4/torture/rpc/spoolss_win.c
index 1f22c39842..b7ee2386da 100644
--- a/source4/torture/rpc/spoolss_win.c
+++ b/source4/torture/rpc/spoolss_win.c
@@ -156,7 +156,7 @@ static bool test_GetPrinterData(struct torture_context *tctx,
NTSTATUS status;
struct spoolss_GetPrinterData gpd;
uint32_t needed;
- enum spoolss_PrinterDataType type;
+ enum winreg_Type type;
union spoolss_PrinterData data;
torture_comment(tctx, "Testing GetPrinterData(%s).\n", value_name);