From 896d1bdca2fe094d2aef4439903d8e66143d8f64 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 16 Nov 2010 15:14:43 +1100 Subject: [PATCH] s4-spoolss: fixed warning in call to torture_warning() --- source4/torture/rpc/spoolss.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 6530a854954..453c79724e1 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -3334,8 +3334,8 @@ static bool test_DoPrintTest_check_jobs(struct torture_context *tctx, if (strequal(ginfo.info1.document_name, document_name)) { torture_warning(tctx, - talloc_asprintf(tctx, "document_name did *NOT* change from '%s' to '%s'\n", - document_name, new_document_name)); + "document_name did *NOT* change from '%s' to '%s'\n", + document_name, new_document_name); } } -- 2.34.1