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

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