You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
446 B
18 lines
446 B
7 years ago
|
---
|
||
|
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)
|