[Ocfs2-commits] manish commits r1322 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 2 17:16:55 CDT 2004


Author: manish
Date: 2004-08-02 16:16:53 -0500 (Mon, 02 Aug 2004)
New Revision: 1322

Modified:
   trunk/src/super.c
Log:
Fix comment too


Modified: trunk/src/super.c
===================================================================
--- trunk/src/super.c	2004-08-02 21:16:30 UTC (rev 1321)
+++ trunk/src/super.c	2004-08-02 21:16:53 UTC (rev 1322)
@@ -593,7 +593,7 @@
 		LOG_ERROR_STR ("'node_name' not set or too long");
 	}
 
-#define MAX_IPv4_ADDR_STR_LEN	15 /* 3x '255' + 3x '.' */
+#define MAX_IPv4_ADDR_STR_LEN	15 /* 4x '255' + 3x '.' */
 	if (ip_address && strlen (ip_address) <= MAX_IPv4_ADDR_STR_LEN) {
 		OcfsGlobalCtxt.comm_info.addr_u.ip_addr4 =
 			in_aton(ip_address);



More information about the Ocfs2-commits mailing list