]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-smb-max-path-20070823
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 23 Aug 2007 17:46:07 +0000 (17:46 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 23 Aug 2007 17:46:07 +0000 (17:46 +0000)
the actual max path is 260 not 256

(cherry picked from commit 1727d4928fa71c82d95e0bbd8d5db10baa795f97)

src/WINNT/afsd/smb.h

index 5f7b135e822d141c8d9c39e1d35e1f532b4d03b7..1d67ae6389268d95c22b8050f710871b8fc434b5 100644 (file)
@@ -523,7 +523,7 @@ typedef struct smb_dispatch {
                                                 * the response was already
                                                 * sent.
                                                  */
-#define SMB_MAX_PATH                    256     /* max path length */
+#define SMB_MAX_PATH                    260     /* max path length */
 
 /* prototypes */