]> git.ipfire.org Git - thirdparty/mdadm.git/commit - config.c
config: conf_match should ignore devname when not set.
authorNeilBrown <neilb@suse.de>
Thu, 16 Feb 2012 03:11:57 +0000 (14:11 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 16 Feb 2012 03:11:57 +0000 (14:11 +1100)
commit9f1b0f0f1ed0dd4752be65348a24971335cd50e8
tree36d7f1d3e30693c63053f38204f54950b4108a18
parent1ca90aa6484a6f5d4fdd6122ad1d2015209bd8e0
config: conf_match should ignore devname when not set.

mapfile:RebuildMap calls conf_match with no devname, so we must be
careful not to use it.

Reported-by: Arkadiusz Miƛkiewicz <arekm@maven.pl>
Signed-off-by: NeilBrown <neilb@suse.de>
config.c