diff options
author | Günther Deschner <gd@samba.org> | 2010-04-07 23:40:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-07 23:53:19 +0200 |
commit | 0ec6f297eebe1062f48b9e03b7a0def8a1b5ee21 (patch) | |
tree | 8194254f19ae681e817026fd26cbd22f19dd9011 /source4/torture | |
parent | d9138f4ccf7b5a491a922254fe3ff67c7d612703 (diff) | |
download | samba-0ec6f297eebe1062f48b9e03b7a0def8a1b5ee21.tar.gz samba-0ec6f297eebe1062f48b9e03b7a0def8a1b5ee21.tar.bz2 samba-0ec6f297eebe1062f48b9e03b7a0def8a1b5ee21.zip |
s4-smbtorture: minor typo in SetJob test in RPC-SPOOLSS.
Guenther
Diffstat (limited to 'source4/torture')
-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 b86a9cea44..d46780be27 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -2842,7 +2842,7 @@ static bool test_SetJob(struct torture_context *tctx, switch (command) { case SPOOLSS_JOB_CONTROL_PAUSE: - torture_comment(tctx, "Testing SetJob(%d) SPOOLSS_JOB_CONTROL_PAUSE\n", job_id); + torture_comment(tctx, "Testing SetJob(%d), SPOOLSS_JOB_CONTROL_PAUSE\n", job_id); break; case SPOOLSS_JOB_CONTROL_RESUME: torture_comment(tctx, "Testing SetJob(%d), SPOOLSS_JOB_CONTROL_RESUME\n", job_id); |