summaryrefslogtreecommitdiff
path: root/source4/torture/raw/oplock.c
diff options
context:
space:
mode:
authorSteven Danneman <steven.danneman@isilon.com>2009-10-01 11:35:17 -0700
committerSteven Danneman <steven.danneman@isilon.com>2009-10-01 14:59:52 -0700
commit49fdeaeaf6eca052378b88cdf726f8eef753fe86 (patch)
tree55a21cb3e85501c29404b02e29d2839baad29072 /source4/torture/raw/oplock.c
parenta58bc2c9a93597f3625dc8b64221c601b6f59833 (diff)
downloadsamba-49fdeaeaf6eca052378b88cdf726f8eef753fe86.tar.gz
samba-49fdeaeaf6eca052378b88cdf726f8eef753fe86.tar.bz2
samba-49fdeaeaf6eca052378b88cdf726f8eef753fe86.zip
s4/torture: fix typo in test comment
Diffstat (limited to 'source4/torture/raw/oplock.c')
-rw-r--r--source4/torture/raw/oplock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/oplock.c b/source4/torture/raw/oplock.c
index da9fcf3855..8623042c45 100644
--- a/source4/torture/raw/oplock.c
+++ b/source4/torture/raw/oplock.c
@@ -3043,7 +3043,7 @@ static bool test_raw_oplock_stream1(struct torture_context *tctx,
if (open_base_file) {
torture_comment(tctx, "Opening base file: %s with "
- "%d\n", fname_base, oplock_req);
+ "%d\n", fname_base, batch_req);
io.ntcreatex.in.fname = fname_base;
io.ntcreatex.in.flags = batch_req;
status = smb_raw_open(cli2->tree, tctx, &io);