diff options
author | Volker Lendecke <vl@samba.org> | 2011-03-27 17:04:56 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-03-27 19:04:10 +0200 |
commit | 5d9075c0498853010fb8036d4aa71bd6e1b284af (patch) | |
tree | fb3ef34ab1040ab835512a7bc363b3f1b1b4efa1 /source3/torture | |
parent | b47b4c9e3dd1a3776f38b879041fb83a0edb6c36 (diff) | |
download | samba-5d9075c0498853010fb8036d4aa71bd6e1b284af.tar.gz samba-5d9075c0498853010fb8036d4aa71bd6e1b284af.tar.bz2 samba-5d9075c0498853010fb8036d4aa71bd6e1b284af.zip |
s3: Remove a use of cli_send_smb
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 61cfb9e92f..a2230ec203 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -961,7 +961,7 @@ static bool run_readwritelarge_internal(int max_xmit_k) cli1->max_xmit = 4*1024; - cli_smbwrite(cli1, fnum1, buf, 0, sizeof(buf)); + cli_smbwrite(cli1, fnum1, buf, 0, sizeof(buf), NULL); if (!NT_STATUS_IS_OK(cli_qfileinfo_basic( cli1, fnum1, NULL, &fsize, NULL, NULL, |