From: Stefan Metzmacher Date: Wed, 14 Aug 2013 08:46:28 +0000 (+0200) Subject: s3:client: use the default io size X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=9b4692f2d057f31f76db0bdf7c4a515db057e2dd;p=mat%2Fsamba.git s3:client: use the default io size Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- diff --git a/source3/client/client.c b/source3/client/client.c index 44e1efd6db..ebdcbad0b3 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -55,7 +55,7 @@ static bool grepable = false; static char *cmdstr = NULL; const char *cmd_ptr = NULL; -static int io_bufsize = 524288; +static int io_bufsize = 0; /* we use the default size */ static int name_type = 0x20; static int max_protocol = -1;