summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-05-26 14:56:08 +0200
committerStefan Metzmacher <metze@samba.org>2009-06-03 17:54:37 +0200
commitd9843b3db4ba6961ba1af01f8393b7e744df5927 (patch)
treea3f03fdc32668b37c0c409fd630653fa03605f9c /source3/smbd/globals.c
parente16e7146b378e8e89bf25adc66d806bac7feaeb6 (diff)
downloadsamba-d9843b3db4ba6961ba1af01f8393b7e744df5927.tar.gz
samba-d9843b3db4ba6961ba1af01f8393b7e744df5927.tar.bz2
samba-d9843b3db4ba6961ba1af01f8393b7e744df5927.zip
s3:smbd: move max_recv to struct smbd_server_connection
metze
Diffstat (limited to 'source3/smbd/globals.c')
-rw-r--r--source3/smbd/globals.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c
index 8126989bbf..6c34f9d44b 100644
--- a/source3/smbd/globals.c
+++ b/source3/smbd/globals.c
@@ -115,11 +115,6 @@ bool already_got_session = false;
* Set by us for CORE protocol.
*/
int max_send = BUFFER_SIZE;
-/*
- * Size of the data we can receive. Set by us.
- * Can be modified by the max xmit parameter.
- */
-int max_recv = BUFFER_SIZE;
uint16 last_session_tag = UID_FIELD_INVALID;
int trans_num = 0;
pid_t mypid = 0;