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

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