diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-06 14:04:15 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-06 17:18:13 +0200 |
commit | a1df729f7b498c770a013ddabb38d0b2e8608b67 (patch) | |
tree | 3a184467d37b9be693377884925e2b8206fd8fb3 /source3/torture | |
parent | 2b0cc3c412d2cad5e35728f86cc66109f5dc4676 (diff) | |
download | samba-a1df729f7b498c770a013ddabb38d0b2e8608b67.tar.gz samba-a1df729f7b498c770a013ddabb38d0b2e8608b67.tar.bz2 samba-a1df729f7b498c770a013ddabb38d0b2e8608b67.zip |
s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2
metze
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index faa4326489..4c9ef97dfa 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3246,7 +3246,7 @@ static NTSTATUS new_trans(struct cli_state *pcli, int fnum, int level) NTSTATUS status; status = cli_qfileinfo(talloc_tos(), pcli, fnum, level, 0, - pcli->max_xmit, &buf, &len); + pcli->max_xmit, NULL, &buf, &len); if (!NT_STATUS_IS_OK(status)) { printf("ERROR: qfileinfo (%d) failed (%s)\n", level, nt_errstr(status)); |