From 33d9901ecb448835fe566932df609a60f288a87f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 13 Mar 2010 01:34:31 +0100 Subject: s4-smbtorture: fix build and handle in spoolss test. it's friday night... Guenther --- source4/torture/rpc/spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 65b964ad16..76e8a16b57 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -4168,7 +4168,7 @@ static bool test_OpenPrinterEx(struct torture_context *tctx, ret = false; } - if (!test_EnumPrinterData_consistency(tctx, p, handle)) { + if (!test_EnumPrinterData_consistency(tctx, p, &handle)) { ret = false; } -- cgit