[multipathd] fix no_path_retry keyword handling in multipathd
authorChristophe Varoqui <root@xa-s05.(none)>
Wed, 26 Oct 2005 20:47:55 +0000 (22:47 +0200)
committerChristophe Varoqui <root@xa-s05.(none)>
Wed, 26 Oct 2005 20:47:55 +0000 (22:47 +0200)
commit52ec893451fa0a23836f1c6eefecfade720f0e95
tree2758f095e57ac82ed24febb0fc343a0a95dd7311
parent1512d46c5e1bc02358a738919152d4c99ea40b85
[multipathd] fix no_path_retry keyword handling in multipathd

The no_path_retry keyword can be set in a "device configlet", but
libmultipath/propsel.c:select_no_path_retry(mpp) uses mpp->hwe to get at
it. But we didn't care setting mpp->hwe. Do that now.
multipathd/main.c