diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index da9fee0564..c7abe207c8 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -68,7 +68,8 @@ #endif /* the max number of simultanous connections to the server by all clients */ -#define MAXSTATUS 100000 +/* zero means no limit. */ +#define MAXSTATUS 0 #define WORDMAX 0xFFFF |