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

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