]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.c
mdadm-1.0.0
[thirdparty/mdadm.git] / mdadm.c
diff --git a/mdadm.c b/mdadm.c
index 2ca1b4bfde2fd9e329658685999d08c86f4a1434..b01af945da754527f233ee8092128cfe5f82c282 100644 (file)
--- a/mdadm.c
+++ b/mdadm.c
@@ -369,6 +369,7 @@ int main(int argc, char *argv[])
                        continue;
 
                case O(ASSEMBLE,'c'): /* config file */
+               case O(MISC, 'c'):
                case O(MONITOR,'c'):
                        if (configfile) {
                                fprintf(stderr, Name ": configfile cannot be set twice.  "