Fix polling insterval reported by multipath -t
authorChristophe Varoqui <christophe.varoqui@opensvc.com>
Sat, 12 Nov 2011 12:04:19 +0000 (13:04 +0100)
committerChristophe Varoqui <christophe.varoqui@opensvc.com>
Sat, 12 Nov 2011 12:04:19 +0000 (13:04 +0100)
commit56753df50b08d67fb711e215a556d005f82ddf7b
tree1ddd5124bd34a0e3a71e98f2e0ae73e084173e0f
parentc891f83aacdf08d7093f539c5b189fec064e20df
Fix polling insterval reported by multipath -t

polling interval default value was not set in the multipath
code path, but only in multipathd (where it is used).

Move the default value setting to load_config, where it belongs,
to have it set in both multipath and multipathd.
libmultipath/config.c
multipathd/main.c