]> git.ipfire.org Git - ipfire-3.x.git/blame - multipath-tools/patches/0061-RH-display-find-mpaths.patch
krb5: Update to 1.14.4
[ipfire-3.x.git] / multipath-tools / patches / 0061-RH-display-find-mpaths.patch
CommitLineData
289c5516
MT
1---
2 libmultipath/dict.c | 2 --
3 1 file changed, 2 deletions(-)
4
5Index: multipath-tools-130222/libmultipath/dict.c
6===================================================================
7--- multipath-tools-130222.orig/libmultipath/dict.c
8+++ multipath-tools-130222/libmultipath/dict.c
9@@ -2717,8 +2717,6 @@ snprint_def_log_checker_err (char * buff
10 static int
11 snprint_def_find_multipaths (char * buff, int len, void * data)
12 {
13- if (conf->find_multipaths == DEFAULT_FIND_MULTIPATHS)
14- return 0;
15 if (!conf->find_multipaths)
16 return snprintf(buff, len, "no");
17