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

671555
---
671555
 libmultipath/dict.c |    2 +-
671555
 1 file changed, 1 insertion(+), 1 deletion(-)
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
@@ -2562,7 +2562,7 @@ snprint_def_failback (char * buff, int l
671555
 	if (!pgfailback)
671555
 		pgfailback = DEFAULT_FAILBACK;
671555
 
671555
-	switch(conf->pgfailback) {
671555
+	switch(pgfailback) {
671555
 	case  FAILBACK_UNDEF:
671555
 		break;
671555
 	case -FAILBACK_MANUAL: