From e3e5894b854b9fe5680f1028f2bcbb2a2cc01069 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 24 Sep 2019 11:53:31 -0700 Subject: [PATCH] torture: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- source4/torture/raw/oplock.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source4/torture/raw/oplock.c b/source4/torture/raw/oplock.c index 1a2f564dd6c..1d5fd4f8de5 100644 --- a/source4/torture/raw/oplock.c +++ b/source4/torture/raw/oplock.c @@ -3689,8 +3689,9 @@ static bool test_raw_oplock_batch26(struct torture_context *tctx, io.ntcreatex.in.security_flags = 0; io.ntcreatex.in.fname = fname1; - torture_comment(tctx, "BATCH26: open a file with an batch oplock " - "(share mode: none)\n"); + torture_comment(tctx, + "BATCH26: open a file with an batch oplock " + "(share mode: all)\n"); ZERO_STRUCT(break_info); io.ntcreatex.in.flags = NTCREATEX_FLAGS_EXTENDED | -- 2.47.3