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 8405926121..4554a96320 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -40,7 +40,7 @@ static pstring username; static pstring workgroup; static char *cmdstr; static BOOL got_pass; -static int io_bufsize = 65520; +static int io_bufsize = 64512; extern struct in_addr ipzero; static int name_type = 0x20; |