mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
s4/torture: fix typo in test comment
This commit is contained in:
parent
a58bc2c9a9
commit
49fdeaeaf6
@ -3043,7 +3043,7 @@ static bool test_raw_oplock_stream1(struct torture_context *tctx,
|
|||||||
|
|
||||||
if (open_base_file) {
|
if (open_base_file) {
|
||||||
torture_comment(tctx, "Opening base file: %s with "
|
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.fname = fname_base;
|
||||||
io.ntcreatex.in.flags = batch_req;
|
io.ntcreatex.in.flags = batch_req;
|
||||||
status = smb_raw_open(cli2->tree, tctx, &io);
|
status = smb_raw_open(cli2->tree, tctx, &io);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user