smbtorture: Match comment with test
authorVolker Lendecke <vl@samba.org>
Sun, 2 Jun 2019 10:50:50 +0000 (12:50 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 18 Jun 2019 12:54:01 +0000 (12:54 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/torture/raw/lock.c

index 92585eea00eb882c23bde79e75e7f635f666c502..f1fbdd6da715e7291118f5ffc2cf1386b76fe573 100644 (file)
@@ -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;