From beeb9d51c6f8ae6d9ae9738d3cda1398d1b08ed5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 2 Jun 2019 12:50:50 +0200 Subject: [PATCH] smbtorture: Match comment with test Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- source4/torture/raw/lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/raw/lock.c b/source4/torture/raw/lock.c index 92585eea00e..f1fbdd6da71 100644 --- a/source4/torture/raw/lock.c +++ b/source4/torture/raw/lock.c @@ -164,7 +164,7 @@ static bool test_lock(struct torture_context *tctx, struct smbcli_state *cli) status = smb_raw_lock(cli->tree, &io); CHECK_STATUS(status, NT_STATUS_RANGE_NOT_LOCKED); - torture_comment(tctx, "Trying 0xEF000000 lock\n"); + torture_comment(tctx, "Trying 0xEEFFFFFF lock\n"); io.lock.level = RAW_LOCK_LOCK; io.lock.in.file.fnum = fnum; io.lock.in.count = 4000; -- 2.47.3