From bf0b85a744ef8c5242fc436e2b25bf486e53cdde Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Sun, 18 May 2008 15:23:30 +0200 Subject: don't include header length in column width in "show topo" which aligns daemon output to "multipath -l" output --- multipath/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multipath') diff --git a/multipath/main.c b/multipath/main.c index 44c6bf6..b7334ec 100644 --- a/multipath/main.c +++ b/multipath/main.c @@ -288,7 +288,7 @@ configure (void) if (conf->verbosity > 2) print_all_paths(pathvec, 1); - get_path_layout(pathvec); + get_path_layout(pathvec, 1); if (get_dm_mpvec(curmp, pathvec, refwwid)) goto out; -- cgit v1.2.3