summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/xlator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c
index c4482833d..002cf90a9 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;
}