s3: smbd: Add a note explaining MAX_DIRECTORY_HANDLES only applies to SMB1.
authorJeremy Allison <jra@samba.org>
Mon, 8 Jul 2019 22:06:30 +0000 (15:06 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 9 Jul 2019 23:12:16 +0000 (23:12 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/include/local.h

index 89571acef1db11ae6452e483d2b21bfd2cf06ff1..82c3325008cd712fecccb6d489e958fd34080835 100644 (file)
@@ -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