diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index c97f6223a7..9d298ae91b 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -1046,7 +1046,7 @@ static int do_get(const char *rname, const char *lname_in, bool reget) DEBUG(1,("getting file %s of size %.0f as %s ", rname, (double)size, lname)); - status = cli_pull(targetcli, fnum, start, size, 1024*1024, + status = cli_pull(targetcli, fnum, start, size, io_bufsize, writefile_sink, (void *)&handle, &nread); if (!NT_STATUS_IS_OK(status)) { d_fprintf(stderr, "parallel_read returned %s\n", |