From: Neil Brown Date: Mon, 4 Apr 2005 05:16:04 +0000 (+0000) Subject: Fix some initialisations of ident X-Git-Tag: mdadm-1.9.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75f2fbcf2b3737084f6b55d78f22abbcbcc97b2;p=thirdparty%2Fmdadm.git Fix some initialisations of ident Signed-off-by: Neil Brown --- 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,