summaryrefslogtreecommitdiff
path: root/super0.c
diff options
context:
space:
mode:
Diffstat (limited to 'super0.c')
-rw-r--r--super0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/super0.c b/super0.c
index 74b05ae..1fcdd24 100644
--- a/super0.c
+++ b/super0.c
@@ -917,6 +917,7 @@ static struct supertype *match_metadata_desc0(char *arg)
if (!st) return st;
memset(st, 0, sizeof(*st));
+ st->container_dev = NoMdDev;
st->ss = &super0;
st->info = NULL;
st->minor_version = 90;