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

src/WINNT/afsd/smb.h

index 721bca9b41c3b9af6587b79120c8f89b8615f78e..a648fee7c94a9719725c5b10b1a911f2a5c3f779 100644 (file)
@@ -510,7 +510,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 */