svn commit: samba r25911 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Fri Nov 9 08:40:06 GMT 2007


Author: metze
Date: 2007-11-09 08:40:05 +0000 (Fri, 09 Nov 2007)
New Revision: 25911

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25911

Log:
Remove more fstring/pstring bad useage. Go talloc !
Jeremy.

merge from v3-2-test commit 2a0173743d2cf615d52278f3dd87cc804abe2d16
Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h	2007-11-09 08:24:36 UTC (rev 25910)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2007-11-09 08:40:05 UTC (rev 25911)
@@ -357,7 +357,7 @@
 #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
 
 /*



More information about the samba-cvs mailing list