diff options
author | Kai Blin <kai@samba.org> | 2007-10-15 08:35:24 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:02 +0100 |
commit | 1eaefd15cb7ad20165ea4c754535986b642e24f0 (patch) | |
tree | 177c84762d3d00fcc9008ca5b61f124d63549c83 /source4 | |
parent | 957af15e4b758114702255f8adc4e22b05310b50 (diff) | |
download | samba-1eaefd15cb7ad20165ea4c754535986b642e24f0.tar.gz samba-1eaefd15cb7ad20165ea4c754535986b642e24f0.tar.bz2 samba-1eaefd15cb7ad20165ea4c754535986b642e24f0.zip |
r25642: Fix a small typo.
(This used to be commit 7416a1d606a315174b782d67463f8cec878d18bb)
Diffstat (limited to 'source4')
-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 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)); |