device-mapper-multipath/0061-RH-display-find-mpaths.patch
Benjamin Marzinski a538ff7403 device-mapper-multipath-0.4.9-56
Add 0061-RH-display-find-mpaths.patch
  * display the find_multipaths value in show config
Add 0062-RH-dont-free-vecs.patch
  * don't free the vecs structure on shutdown. It's more pain than
    it's worth.
2013-09-05 11:01:40 -05:00

18 lines
566 B
Diff

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