From d1ee774ed0b4b3882b4b85da16d9bb9c082a0c49 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 25 Jun 2012 23:38:32 +0200 Subject: s3:smb2_server: remove unused and confusing DEFAULT_SMB2_MAX_CREDIT_BITMAP_FACTOR metze --- source3/include/local.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/local.h') diff --git a/source3/include/local.h b/source3/include/local.h index 653c6714c2..02e6b43673 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -236,6 +236,5 @@ #define DEFAULT_SMB2_MAX_WRITE (1024*1024) #define DEFAULT_SMB2_MAX_TRANSACT (1024*1024) #define DEFAULT_SMB2_MAX_CREDITS 8192 -#define DEFAULT_SMB2_MAX_CREDIT_BITMAP_FACTOR 2 #endif -- cgit