Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e325d59 authored by Steve French's avatar Steve French
Browse files

Max share size is too small



Max share name was set to 64, and (at least for Windows)
can be 80.

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 8727c8a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

#define MAX_TREE_SIZE (2 + MAX_SERVER_SIZE + 1 + MAX_SHARE_SIZE + 1)
#define MAX_SERVER_SIZE 15
#define MAX_SHARE_SIZE  64	/* used to be 20, this should still be enough */
#define MAX_SHARE_SIZE 80
#define MAX_USERNAME_SIZE 256	/* reasonable maximum for current servers */
#define MAX_PASSWORD_SIZE 512	/* max for windows seems to be 256 wide chars */