Blame SOURCES/0050-RH-listing-speedup.patch

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