Status: ok A couple off minor fixed in multi-format management. Signed-off-by: Neil Brown ### Diffstat output ./mdadm.c | 1 + ./util.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff ./mdadm.c~current~ ./mdadm.c --- ./mdadm.c~current~ 2005-04-04 15:43:33.000000000 +1000 +++ ./mdadm.c 2005-04-04 15:43:33.000000000 +1000 @@ -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, diff ./util.c~current~ ./util.c --- ./util.c~current~ 2005-04-04 15:43:33.000000000 +1000 +++ ./util.c 2005-04-04 15:43:33.000000000 +1000 @@ -573,8 +573,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); } }