X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Assemble.c;h=a9442c8ce73b13f0a7c334acdcbe02a8a9522e5b;hb=99148c19bd9149bb938309ffb6b4dcde20b67934;hp=d6beb23da9c5218adbea829522a6eea6776cae1b;hpb=0ef1043ce8dd3f36c7227aa4a260819c4c17c78d;p=thirdparty%2Fmdadm.git diff --git a/Assemble.c b/Assemble.c index d6beb23d..a9442c8c 100644 --- a/Assemble.c +++ b/Assemble.c @@ -1478,7 +1478,7 @@ try_again: name = strchr(name, ':')+1; mdfd = create_mddev(mddev, name, ident->autof, trustworthy, - chosen_name); + chosen_name, 0); } if (mdfd < 0) { st->ss->free_super(st);