From efff779c72feb0bf8bac3214e4132e2473bc01c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 12 May 2014 23:06:49 +0200 Subject: [PATCH] s4-torture: fix test_openprinter_wrap fake test result. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- source4/torture/rpc/spoolss_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/spoolss_access.c b/source4/torture/rpc/spoolss_access.c index 411dac1fdcf..28cecf08b14 100644 --- a/source4/torture/rpc/spoolss_access.c +++ b/source4/torture/rpc/spoolss_access.c @@ -845,7 +845,7 @@ static bool test_openprinter_wrap(struct torture_context *tctx, talloc_free(t); - return true; + return ret; } struct torture_suite *torture_rpc_spoolss_access(TALLOC_CTX *mem_ctx) -- 2.11.4.GIT