From a75f2fbcf2b3737084f6b55d78f22abbcbcc97b2 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 4 Apr 2005 05:16:04 +0000 Subject: [PATCH] Fix some initialisations of ident Signed-off-by: Neil Brown --- mdadm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mdadm.c b/mdadm.c index d40008ea..ee4f14b8 100644 --- a/mdadm.c +++ b/mdadm.c @@ -84,6 +84,8 @@ int main(int argc, char *argv[]) ident.raid_disks = UnSet; ident.super_minor= UnSet; ident.devices=0; + ident.spare_group = NULL; + ident.autof = 0; while ((option_index = -1) , (opt=getopt_long(argc, argv, -- 2.47.2