summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-07-08 15:06:30 -0700
committerJeremy Allison <jra@samba.org>2019-07-09 23:12:16 +0000
commit096a98f6eab3ba4be9e24e1f4cc9c6477983c282 (patch)
tree401202b52091e753f3455a7737ea242949981db9 /source3/include
parentab65fa9af0ba97fdc5f0e44eea9652212f0f7cd0 (diff)
downloadsamba-096a98f6eab3ba4be9e24e1f4cc9c6477983c282.tar.gz
s3: smbd: Add a note explaining MAX_DIRECTORY_HANDLES only applies to SMB1.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 89571acef1d..82c3325008c 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -9,7 +9,7 @@
/* to a maximum of 8 if old smb clients break because of long printer names. */
#define MAXPRINTERLEN 15
-/* max number of directory handles */
+/* max number of SMB1 directory handles */
/* As this now uses the bitmap code this can be
quite large. */
#define MAX_DIRECTORY_HANDLES 2048