diff options
Diffstat (limited to 'super-ddf.c')
-rw-r--r-- | super-ddf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/super-ddf.c b/super-ddf.c index ab35891..01c376d 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -893,6 +893,7 @@ static struct supertype *match_metadata_desc_ddf(char *arg) st = malloc(sizeof(*st)); memset(st, 0, sizeof(*st)); + st->container_dev = NoMdDev; st->ss = &super_ddf; st->max_devs = 512; st->minor_version = 0; |