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.
17 lines
566 B
17 lines
566 B
--- |
|
libmultipath/dict.c | 2 -- |
|
1 file changed, 2 deletions(-) |
|
|
|
Index: multipath-tools-130222/libmultipath/dict.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/libmultipath/dict.c |
|
+++ multipath-tools-130222/libmultipath/dict.c |
|
@@ -2717,8 +2717,6 @@ snprint_def_log_checker_err (char * buff |
|
static int |
|
snprint_def_find_multipaths (char * buff, int len, void * data) |
|
{ |
|
- if (conf->find_multipaths == DEFAULT_FIND_MULTIPATHS) |
|
- return 0; |
|
if (!conf->find_multipaths) |
|
return snprintf(buff, len, "no"); |
|
|
|
|