From fe97a0380b9d900a4ba055d254c989280d9a31ba Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Wed, 6 Dec 2006 23:22:07 +0100 Subject: [PATCH] [multipath] correctness "multipath -ll" fix follow-up Edward Goggin, EMC --- multipath/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/multipath/main.c b/multipath/main.c index 7de89a7..47ec5a8 100644 --- a/multipath/main.c +++ b/multipath/main.c @@ -132,6 +132,7 @@ update_paths (struct multipath * mpp) pathinfo(pp, conf->hwtable, DI_ALL); continue; } + pp->mpp = mpp; if (pp->state == PATH_UNCHECKED) pathinfo(pp, conf->hwtable, DI_CHECKER); -- 2.7.4