]> git.ipfire.org Git - thirdparty/mdadm.git/commit
config: set "auto_seen" after processing the auto line.
authorNeilBrown <neilb@suse.de>
Tue, 10 Sep 2013 07:10:10 +0000 (17:10 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 10 Sep 2013 07:10:10 +0000 (17:10 +1000)
commitdbdf3f15e7ed9d5462a6ece09dd1c57ca430d912
tree1a1b1c49beb2b09d734e2a6a2a3bae7ce2cbec21
parent1c0aebc2bec4d8e7e575c4222600826de3f1b73e
config: set "auto_seen" after processing the auto line.

Otherwise when we process an empty autoline (to be sure to
capture the MDADM_CONF_AUTO environment variable) we can end up
setting everything to 'yes' which over-rides 'no'.

Signed-off-by: NeilBrown <neilb@suse.de>
config.c