From 6cbb8fdc48c5e418a56eb4348bcf6c66142ea0bf Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 5 Mar 2010 16:00:14 +0100 Subject: s4-smbtorture: fix test_SetPrinterDataEx_matrix() call. sorry... Guenther --- source4/torture/rpc/spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index d85b7d868f..909c37246d 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -4749,7 +4749,7 @@ static bool test_one_printer(struct torture_context *tctx, ret = false; } - if (!test_SetPrinterDataEx_matrix(tctx, p, handle, name)) { + if (!test_SetPrinterDataEx_matrix(tctx, p, handle, name, NULL, NULL)) { ret = false; } -- cgit