From 1eaefd15cb7ad20165ea4c754535986b642e24f0 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 15 Oct 2007 08:35:24 +0200 Subject: r25642: Fix a small typo. (This used to be commit 7416a1d606a315174b782d67463f8cec878d18bb) --- source4/torture/rpc/spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 9cc42241d2..1a145164b7 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -1367,7 +1367,7 @@ static bool test_OpenPrinter_badname(struct torture_context *tctx, torture_comment(tctx, "Testing OpenPrinterEx(%s) with bad name\n", opEx.in.printername); status = dcerpc_spoolss_OpenPrinterEx(p, tctx, &opEx); - torture_assert_ntstatus_ok(tctx, status, "OpenPrinter failed"); + torture_assert_ntstatus_ok(tctx, status, "OpenPrinterEx failed"); if (!W_ERROR_EQUAL(WERR_INVALID_PRINTER_NAME,opEx.out.result)) { torture_comment(tctx, "OpenPrinterEx(%s) unexpected result[%s] should be WERR_INVALID_PRINTER_NAME\n", name, win_errstr(opEx.out.result)); -- cgit