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