1
0
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:
Stefan Metzmacher 2014-01-16 08:23:47 +01:00 committed by Andrew Bartlett
parent df088041c8
commit 46eb9fa23c

View File

@ -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;