From: Volker Lendecke Date: Sat, 1 Mar 2008 11:05:09 +0000 (+0100) Subject: Use io_bufsize as window size in smbclient get command X-Git-Tag: samba-3.3.0pre1~3417 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e602f06cbba852a7eacd15b2511ef2571a95cc80;p=thirdparty%2Fsamba.git Use io_bufsize as window size in smbclient get command --- diff --git a/source/client/client.c b/source/client/client.c index c97f6223a78..9d298ae91b4 100644 --- a/source/client/client.c +++ b/source/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",