From 14e3f4bd3b451eaefb6bbf67d58b000adacd462e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 22:55:55 +0200 Subject: s4:torture:smb2: fix a comment in the durable-open.lock-oplock test Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison Reviewed-by: Stefan Metzmacher --- source4/torture/smb2/durable_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c index 69bc5edd25..77c23c19cd 100644 --- a/source4/torture/smb2/durable_open.c +++ b/source4/torture/smb2/durable_open.c @@ -1225,7 +1225,7 @@ static bool test_durable_open_lock_oplock(struct torture_context *tctx, /* Clean slate */ smb2_util_unlink(tree, fname); - /* Create with lease */ + /* Create with oplock */ smb2_oplock_create_share(&io, fname, smb2_util_share_access(""), -- cgit