Whamcloud - gitweb
b=21551 Ensure visible pages are sane.
[fs/lustre-release.git] / lustre / utils / mkfs_lustre.c
index a4fb608..09df6c0 100644 (file)
@@ -1431,7 +1431,7 @@ static int in_mntlist(char *opt, char *mntlist)
 static int check_mountfsoptions(char *mountopts, char *wanted_mountopts,
                                 int justwarn)
 {
-        char *ml, *mlp, *item, *ctx;
+        char *ml, *mlp, *item, *ctx = NULL;
         int errors = 0;
 
         if (!(ml = strdup(wanted_mountopts))) {