diff options
Diffstat (limited to 'libglusterfs/src/xlator.c')
-rw-r--r-- | libglusterfs/src/xlator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index c4482833d14..002cf90a9e3 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -121,7 +121,7 @@ valid_host_name (char *address, int length) int i = 0; char ret = 1; - if ((length > 24) || (length == 1)) { + if ((length > 75) || (length == 1)) { ret = 0; goto out; } |