1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4-smbtorture: fix correct result error code in SetForm spoolss test.

Guenther
This commit is contained in:
Günther Deschner 2010-04-06 12:13:54 +02:00
parent 12bd7a1230
commit 55e1af856e

View File

@ -2385,7 +2385,7 @@ static bool test_AddForm(struct torture_context *tctx,
torture_assert_ntstatus_ok(tctx, status, "SetForm failed");
torture_assert_werr_ok(tctx, r.out.result, "SetForm failed");
torture_assert_werr_ok(tctx, sf.out.result, "SetForm failed");
}
if (!print_server) ret &= test_GetForm(tctx, b, handle, form_name, 1);