From d9843b3db4ba6961ba1af01f8393b7e744df5927 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 May 2009 14:56:08 +0200 Subject: s3:smbd: move max_recv to struct smbd_server_connection metze --- source3/smbd/globals.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/smbd/globals.c') 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; -- cgit