Skip to content
Snippets Groups Projects
Commit 172ccf1c authored by Sebastien Ponce's avatar Sebastien Ponce Committed by Steven Murray
Browse files

Changed the limit on name lengths in the nameserver to support POSIX 88, i.e. 255 characters

parent c7e8c455
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
#define CA_MAXMIGRNAMELEN 15 /* maximum length for a migrator name */
#define CA_MAXMLLEN 1 /* maximum length for a cartridge media_letter */
#define CA_MAXMODELLEN 6 /* maximum length for a cartridge model */
#define CA_MAXNAMELEN 231 /* maximum length for a pathname component */
#define CA_MAXNAMELEN 255 /* maximum length for a pathname component */
#define CA_MAXNBDRIVES 32 /* maximum number of tape drives per server */
#define CA_MAXPATHLEN 1023 /* maximum length for a pathname */
#define CA_MAXPOOLNAMELEN 15 /* maximum length for a pool name */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment