Parent Directory | Revision Log | Revision Graph
Import on branch sme7 of package mdadm-1.12.0-2.el4.sme.src.rpm
1 | --- mdadm-1.12.0/config.c.super-minor 2007-01-31 13:09:02.000000000 -0500 |
2 | +++ mdadm-1.12.0/config.c 2007-01-31 13:12:44.000000000 -0500 |
3 | @@ -293,7 +293,7 @@ |
4 | fprintf(stderr, Name ": bad uuid: %s\n", w); |
5 | } |
6 | } else if (strncasecmp(w, "super-minor=", 12)==0 ) { |
7 | - if (mis.super_minor >= 0) |
8 | + if (mis.super_minor != UnSet) |
9 | fprintf(stderr, Name ": only specify super-minor once, %s ignored.\n", |
10 | w); |
11 | else { |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |