diff options
| author | Günther Deschner <gd@samba.org> | 2010-03-05 16:00:14 +0100 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2010-03-05 16:01:33 +0100 |
| commit | 6cbb8fdc48c5e418a56eb4348bcf6c66142ea0bf (patch) | |
| tree | c95b489dd113610ef6576fe22781efbfbc36ac9c | |
| parent | a5db27936e9c6aad99300ea46808481803f57e08 (diff) | |
| download | samba-6cbb8fdc48c5e418a56eb4348bcf6c66142ea0bf.tar.gz samba-6cbb8fdc48c5e418a56eb4348bcf6c66142ea0bf.tar.xz samba-6cbb8fdc48c5e418a56eb4348bcf6c66142ea0bf.zip | |
s4-smbtorture: fix test_SetPrinterDataEx_matrix() call. sorry...
Guenther
| -rw-r--r-- | source4/torture/rpc/spoolss.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
