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

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