s3:include: let CLI_BUFFER_SIZE be an alias of SMB_BUFFER_SIZE_MAX
authorStefan Metzmacher <metze@samba.org>
Fri, 6 Dec 2013 12:57:15 +0000 (13:57 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 1 Apr 2014 07:26:37 +0000 (09:26 +0200)
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>
(cherry picked from commit 7f3faa1f1837870195352253fe220e0677565d9e)

source3/include/client.h

index 6c20843a9d448ff50dd5a12075f9f83e70b12336..3f92d6dcdee8c4cb12ce7c5b47fe43560e5abb7c 100644 (file)
@@ -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)