mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
s4:torture/raw: fix debug message in torture_raw_qfileinfo_pipe()
We no longer use dcerpc_pipe_open_smb() there. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
df088041c8
commit
46eb9fa23c
@ -910,7 +910,7 @@ bool torture_raw_qfileinfo_pipe(struct torture_context *torture,
|
||||
op.ntcreatex.in.fname = fname;
|
||||
|
||||
status = smb_raw_open(cli->tree, torture, &op);
|
||||
torture_assert_ntstatus_ok(torture, status, "dcerpc_pipe_open_smb failed");
|
||||
torture_assert_ntstatus_ok(torture, status, "smb_raw_open failed");
|
||||
|
||||
fnum = op.ntcreatex.out.file.fnum;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user