diff options
author | Michael Adam <obnox@samba.org> | 2013-09-23 22:55:55 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-10-05 14:04:07 +0200 |
commit | 14e3f4bd3b451eaefb6bbf67d58b000adacd462e (patch) | |
tree | cc54760ed6c26e97cb8fafd925a3ded5395efe91 /source4 | |
parent | 8fe1f405e915c1f37a810371a86ed39cfc7eddbe (diff) | |
download | samba-14e3f4bd3b451eaefb6bbf67d58b000adacd462e.tar.gz samba-14e3f4bd3b451eaefb6bbf67d58b000adacd462e.tar.bz2 samba-14e3f4bd3b451eaefb6bbf67d58b000adacd462e.zip |
s4:torture:smb2: fix a comment in the durable-open.lock-oplock test
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/smb2/durable_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(""), |