summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h3
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