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

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