diff options
author | Günther Deschner <gd@samba.org> | 2010-03-13 01:34:31 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-13 01:34:31 +0100 |
commit | 33d9901ecb448835fe566932df609a60f288a87f (patch) | |
tree | 49355945f5bdcddbde6865f3a6a55fb4707c6aab | |
parent | 5e48aa7ebbf0b3c589093867be12523d6f98e4d2 (diff) | |
download | samba-33d9901ecb448835fe566932df609a60f288a87f.tar.gz samba-33d9901ecb448835fe566932df609a60f288a87f.tar.bz2 samba-33d9901ecb448835fe566932df609a60f288a87f.zip |
s4-smbtorture: fix build and handle in spoolss test.
it's friday night...
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 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; } |