[multipath] ignore header sizes when printing through "multipath -l"
authorChristophe Varoqui <christophe.varoqui@free.fr>
Tue, 18 Nov 2008 00:44:31 +0000 (01:44 +0100)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Tue, 18 Nov 2008 00:44:31 +0000 (01:44 +0100)
This suppresses spurious whitespaces in the output.

multipath/main.c

index 225a087..7ae6d13 100644 (file)
@@ -289,7 +289,7 @@ configure (void)
        if (conf->verbosity > 2)
                print_all_paths(pathvec, 1);
 
-       get_path_layout(pathvec, 1);
+       get_path_layout(pathvec, 0);
 
        if (get_dm_mpvec(curmp, pathvec, refwwid))
                goto out;