Blame SOURCES/0048-RH-print-defaults.patch
|
|
671555 |
---
|
|
|
671555 |
libmultipath/dict.c | 4 ----
|
|
|
671555 |
1 file changed, 4 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 |
@@ -2468,16 +2468,12 @@ snprint_def_verbosity (char * buff, int
|
|
|
671555 |
static int
|
|
|
671555 |
snprint_def_max_polling_interval (char * buff, int len, void * data)
|
|
|
671555 |
{
|
|
|
671555 |
- if (conf->max_checkint == MAX_CHECKINT(conf->checkint))
|
|
|
671555 |
- return 0;
|
|
|
671555 |
return snprintf(buff, len, "%i", conf->max_checkint);
|
|
|
671555 |
}
|
|
|
671555 |
|
|
|
671555 |
static int
|
|
|
671555 |
snprint_reassign_maps (char * buff, int len, void * data)
|
|
|
671555 |
{
|
|
|
671555 |
- if (conf->reassign_maps == DEFAULT_REASSIGN_MAPS)
|
|
|
671555 |
- return 0;
|
|
|
671555 |
return snprintf(buff, len, "\"%s\"",
|
|
|
671555 |
conf->reassign_maps?"yes":"no");
|
|
|
671555 |
}
|