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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jun 23 21:10:57 CDT 2004


Author: manish
Date: 2004-06-23 20:10:55 -0500 (Wed, 23 Jun 2004)
New Revision: 1206

Modified:
   trunk/src/super.c
Log:
Slightly nicer fix


Modified: trunk/src/super.c
===================================================================
--- trunk/src/super.c	2004-06-24 01:04:15 UTC (rev 1205)
+++ trunk/src/super.c	2004-06-24 01:10:55 UTC (rev 1206)
@@ -429,7 +429,7 @@
 
 	while ((c = strsep(&options, ",")) != NULL) {
 		if (*c == '\0')
-			break;
+			continue;
 		if ((value = strchr (c, '=')) != NULL)
 			*value++ = 0;
 		if (!strcmp (c, "gid")) {



More information about the Ocfs2-commits mailing list