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

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