s3:client: use the default io size
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Aug 2013 08:46:28 +0000 (10:46 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 15 Aug 2013 07:07:06 +0000 (09:07 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/client/client.c

index 44e1efd6db0ea20448bbf7314bb07c5945c204fa..ebdcbad0b386e53470228b4e58e76e6584658198 100644 (file)
@@ -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;