summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-07 23:16:36 +0000
committerNeil Brown <neilb@suse.de>2005-06-07 23:16:36 +0000
commita825febc061252f09516429897184fab3b566764 (patch)
tree957a95be435aa62236ab5c8897fa854f39702e28 /util.c
parent570c05424705e5f9740567b3683a8d45b7a765f6 (diff)
downloadmdadm-a825febc061252f09516429897184fab3b566764.tar.gz
mdadm-a825febc061252f09516429897184fab3b566764.tar.xz
mdadm-a825febc061252f09516429897184fab3b566764.zip
A couple off minor fixed in multi-format management.
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 010764e..04a689b 100644
--- a/util.c
+++ b/util.c
@@ -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);
}
}