summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-09 08:40:05 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:51 +0100
commit2baec5a557d64e6df3518923f05a87aa94bdb8aa (patch)
treea5ffc952204babac690fe7d2471627ba38b33399 /source4/lib
parent319ecac5b12dd183b657cb6f5bee2dbbdd013e35 (diff)
downloadsamba-2baec5a557d64e6df3518923f05a87aa94bdb8aa.tar.gz
samba-2baec5a557d64e6df3518923f05a87aa94bdb8aa.tar.bz2
samba-2baec5a557d64e6df3518923f05a87aa94bdb8aa.zip
r25911: Remove more fstring/pstring bad useage. Go talloc !
Jeremy. merge from v3-2-test commit 2a0173743d2cf615d52278f3dd87cc804abe2d16 (This used to be commit cb0eca66dc5121fa73404a7c41aad6086a96e7ec)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/replace/replace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h
index 55ed2e9570..973c68ee14 100644
--- a/source4/lib/replace/replace.h
+++ b/source4/lib/replace/replace.h
@@ -357,7 +357,7 @@ ssize_t rep_pwrite(int __fd, const void *__buf, size_t __nbytes, off_t __offset)
#define _TYPE_MAXIMUM(t) ((t) (~ (t) 0 - _TYPE_MINIMUM (t)))
#ifndef HOST_NAME_MAX
-#define HOST_NAME_MAX 64
+#define HOST_NAME_MAX 255
#endif
/*