A couple off minor fixed in multi-format management.

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
This commit is contained in:
Neil Brown 2005-06-07 23:16:36 +00:00
parent 570c054247
commit a825febc06
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@ int main(int argc, char *argv[])
ident.devices=0;
ident.spare_group = NULL;
ident.autof = 0;
ident.st = NULL;
while ((option_index = -1) ,
(opt=getopt_long(argc, argv,

2
util.c
View File

@ -572,8 +572,8 @@ struct supertype *guess_super(int fd)
besttime < info.array.ctime) {
bestsuper = i;
besttime = info.array.ctime;
st->ss = NULL;
}
st->ss = NULL;
free(sbp);
}
}