Blame SOURCES/0061-RH-display-find-mpaths.patch

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