summaryrefslogtreecommitdiffstats
path: root/0050-RH-listing-speedup.patch
blob: 4742634e63fd1ac9b8b78d28b5151cdb1ca1433a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 multipath/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: multipath-tools-130222/multipath/main.c
===================================================================
--- multipath-tools-130222.orig/multipath/main.c
+++ multipath-tools-130222/multipath/main.c
@@ -311,7 +311,7 @@ configure (void)
 	/*
 	 * get a path list
 	 */
-	if (conf->dev)
+	if (conf->dev && !conf->list)
 		di_flag = DI_WWID;
 
 	if (conf->list > 1)