summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-12-06 13:57:15 +0100
committerJeremy Allison <jra@samba.org>2014-03-05 10:06:24 -0800
commit7f3faa1f1837870195352253fe220e0677565d9e (patch)
treee53cd294bc34d5ec45e427c52615c962a3e1958c /source3/include/client.h
parent900839e2216048a614f2f0aeb1f79092fc93334f (diff)
downloadsamba-7f3faa1f1837870195352253fe220e0677565d9e.tar.gz
samba-7f3faa1f1837870195352253fe220e0677565d9e.tar.xz
samba-7f3faa1f1837870195352253fe220e0677565d9e.zip
s3:include: let CLI_BUFFER_SIZE be an alias of SMB_BUFFER_SIZE_MAX
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10422 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 35fa2f178a..59fb104cae 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -22,7 +22,7 @@
#ifndef _CLIENT_H
#define _CLIENT_H
-#define CLI_BUFFER_SIZE (0xFFFF)
+#define CLI_BUFFER_SIZE SMB_BUFFER_SIZE_MAX
/* default client timeout to 20 seconds on most commands */
#define CLIENT_TIMEOUT (20 * 1000)