diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-05-26 14:56:08 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-06-03 17:54:37 +0200 |
commit | d9843b3db4ba6961ba1af01f8393b7e744df5927 (patch) | |
tree | a3f03fdc32668b37c0c409fd630653fa03605f9c /source3/smbd/globals.c | |
parent | e16e7146b378e8e89bf25adc66d806bac7feaeb6 (diff) | |
download | samba-d9843b3db4ba6961ba1af01f8393b7e744df5927.tar.gz samba-d9843b3db4ba6961ba1af01f8393b7e744df5927.tar.xz 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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c index 8126989bbf1..6c34f9d44b3 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; |