Blame SOURCES/0058-UP-fix-failback.patch

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