Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 403593
Collapse All | Expand All

(-)a/config.c (-1 / +1 lines)
Lines 1045-1051 struct mddev_ident *conf_match(struct supertype *st, Link Here
1045
					array_list->devname);
1045
					array_list->devname);
1046
			continue;
1046
			continue;
1047
		}
1047
		}
1048
		if (array_list->devices &&
1048
		if (array_list->devices && devname &&
1049
		    !match_oneof(array_list->devices, devname)) {
1049
		    !match_oneof(array_list->devices, devname)) {
1050
			if (verbose >= 2 && array_list->devname)
1050
			if (verbose >= 2 && array_list->devname)
1051
				fprintf(stderr, Name
1051
				fprintf(stderr, Name

Return to bug 403593