summaryrefslogtreecommitdiffstats
path: root/0058-UP-fix-failback.patch
blob: d1fbaebe9fe2ba300d42822a8b2eb85557e49448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 libmultipath/dict.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: multipath-tools-130222/libmultipath/dict.c
===================================================================
--- multipath-tools-130222.orig/libmultipath/dict.c
+++ multipath-tools-130222/libmultipath/dict.c
@@ -2562,7 +2562,7 @@ snprint_def_failback (char * buff, int l
 	if (!pgfailback)
 		pgfailback = DEFAULT_FAILBACK;
 
-	switch(conf->pgfailback) {
+	switch(pgfailback) {
 	case  FAILBACK_UNDEF:
 		break;
 	case -FAILBACK_MANUAL: